====== CHECKEDLISTTEXT property (Listbox) ====== ==== Description ==== Returns checked items in the same format as the LISTTEXT property. ==== Property Value ==== A dynamic array of checked items. 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 text from all selected items.// ChkList = Get_Property( @Window : ".LST_DATA", "CHECKEDLISTTEXT" ) ==== See Also ==== LISTBOX CHECK property, LISTBOX CHECKBOXES property, LISTBOX CHECKEDLIST property, LISTBOX LIST property, LISTBOX LISTTEXT property, LISTBOX SELLIST property, LISTBOX SELPOS property.