ItemFromIndex
ItemFromIndex(iIndex)
Used to access a list item by index
iIndex | Integer |
---|
Returns result of type OBJECT or SYM
Applies to: ComboBox , Grid , GridCell , KCMLEdit , List Box
Introduced in KCML version 6.60
This method returns a list item object given its index.
For example:
Index = .ListControl1.Index OBJECT Item = ItemFromIndex(Index) Item.Selected = FALSE