WebListBox.ListIndex
From Real Software Documentation
Property (As Integer)
| This property is only available for Web applications. |
IntegerValue = aWebListBox.ListIndex
The number of the currently selected row. ListIndex is zero-based. ListIndex defaults to -1 and reverts to -1 when no rows are selected.
Example
Check if a row has been selected and if it has, get the value in the first column.
