guides:programming:programmers_reference_manual:listtext_property_listbox

LISTTEXT property (Listbox)

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).

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.

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetItemPositionNoNo

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//
   //
   // Get the data from all items without any image/indent prefixes.//
   
   ItemList = Get_Property( @Window : ".LST_DATA", "LISTTEXT" )
 
 
 
 
 

LISTBOX LIST property, SELLISTTEXT property.

  • guides/programming/programmers_reference_manual/listtext_property_listbox.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1