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