Table of Contents

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

DevelopmentRuntimeIndexedScaledSynthetic
N/AGet/SetNoNoNo

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.