====== SELLIST property (Listbox) ====== ==== Description ==== Returns selected items in the same format as the LIST property. ==== Property Value ==== A dynamic array of selected items from the selected rows. Each item is delimited by @fm. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get Only|No|No|No| ==== Remarks ==== N/A ==== Example ==== // Example// // // Get the data from all selected items.// SelList = Get_Property( @Window : ".LST_DATA", "SELLIST" ) ==== See Also ==== LISTBOX LIST property, LISTBOX LISTTEXT property, LISTBOX SELLISTTEXT property, LISTBOX SELPOS property