HbListBox() > Methods | ![]() |
![]() |
![]() |
![]() |
Replaces an item in a list box.
:setItem( <nItemPos>, <aItem> ) --> self
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 :setItem() replaces both, textual information and associated data, of the list box item specified with <nItemPos>.
http://www.xHarbour.com