HbListBox() > Methods |
Changes the textual information of a list box item.
:setText( <nItemPos>, <cText> ) --> 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 :setText() assigns the string <cText> to the first element of the list box item array specified with <nItemPos>.
http://www.xHarbour.com