GetSelected
GetSelected(iIndex)
Used to test to see if an item in a multiple selection list box is selected
iIndex | Integer | Index of item to test |
---|
Returns result of type Bool
Applies to: List Box
Used to test to see if an item in a multiple selection list box is currently selected. Returns TRUE if the item is selected. For example:
IF (.listControl1.GetSelected(ItemNo)) ... END IF