HbListBox() > Methods |
Retrieves the textual information of a list box item.
:getText( <nItemPos> ) --> cText
List box items are arrays with two elements. The first element holds the textual information displayed in the list box, while the second element contains an associated value.
Method :getText() returns the first element of the list box item specified with <nItemPos>, or NIL when an invalid item position is specified.
http://www.xHarbour.com