GetSelected

[method icon] 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


>GetSelected

GetSelected

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

See also

List Box methods, properties and events.