Method XbpListBox():setItem() Foundation
Changes the text for an item in the list of the XbpListBox object.
:setItem( <nPos>, <cItem> ) --> lSuccess
This method returns the value .T. (true) when the existing item could be replaced, otherwise .F. (false) is returned.
The :setItem() method is used to dynamically manage the list of the XbpListbox object. This method replaces the existing item with a new character string.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.