====== 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 ==== //// Example// ////// //// Get the data from all checked items.// ChkList = Get_Property( @Window : ".LST_DATA", "CHECKEDLIST" ) ==== See Also ==== LISTBOX CHECK property, LISTBOX CHECKBOXES property, LISTBOX CHECKEDLISTTEXT property, LISTBOX LIST property, LISTBOX LISTTEXT property, LISTBOX SELLISTTEXT property, LISTBOX SELPOS property.