Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== CHECKEDLIST property (Listbox) ====== ==== Description ==== Returns checked items in the same format as the LIST property. ==== Property Value ==== A dynamic array of checked item. Each item is delimited by @fm. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get/Set|No|No|No| ==== Remarks ==== N/A ==== Example ==== <code> //// Example// ////// //// Get the data from all checked items.// ChkList = Get_Property( @Window : ".LST_DATA", "CHECKEDLIST" ) </code> ==== See Also ==== LISTBOX CHECK property, LISTBOX CHECKBOXES property, LISTBOX CHECKEDLISTTEXT property, LISTBOX LIST property, LISTBOX LISTTEXT property, LISTBOX SELLISTTEXT property, LISTBOX SELPOS property. guides/oi10/presentation_server/checkedlist_property_listbox.txt Last modified: 2023/10/25 10:49by 127.0.0.1