Table of Contents

LISTTEXT property (Listbox)

Description

Returns the list of items in the control, or an individual property item when specifying an index value, without any "item-header" image index or indent prefixes (as described in the LIST property).

Property Value

If no index is specified then the property value is an @fm delimited list of all items in the control. If an index is specified then the property value is a single item.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetItemPositionNoNo

Remarks

At runtime an individual property may be referenced via a row index value using the normal Get/Set_Property index parameter. The index value is the 1-based position of the item.

Example

 
   // Example//
   //
   // Get the data from all items without any image/indent prefixes.//
   
   ItemList = Get_Property( @Window : ".LST_DATA", "LISTTEXT" )
 
 
 
 
 

See Also

LISTBOX LIST property, SELLISTTEXT property.