Table of Contents

CHECKEDLIST property (Listbox)

Description

Returns checked items in the same format as the LIST property.

Property Value

A dynamic array of checked item. Each item is delimited by @fm.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
N/AGet/SetNoNoNo

Remarks

N/A

Example

 
//// Example//
   //////
   //// Get the data from all checked items.//
   
   ChkList = Get_Property( @Window : ".LST_DATA", "CHECKEDLIST" )
 
 
 
 
 

See Also

LISTBOX CHECK property, LISTBOX CHECKBOXES property, LISTBOX CHECKEDLISTTEXT property, LISTBOX LIST property, LISTBOX LISTTEXT property, LISTBOX SELLISTTEXT property, LISTBOX SELPOS property.