HbListBox() > Methods |
Retrieves a list box item.
:getItem( <nItemPos> ) --> aItem
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 :getItem() returns the array of the list box item specified with <nItemPos>, or NIL when an invalid item position is specified.
http://www.xHarbour.com