Method XbpListBox():clear() Foundation

Deletes all the items in the list of the XbpListBox object.

Syntax
:clear() --> lSuccess
Return

This method returns the value .T. (true) if all the items in the list of the XbpListBox object are deleted, otherwise .F. (false) is returned.

Description

The quickest way to delete the entire list of the XbpListBox object is using the method :clear(). If only a few items are to be deleted, this must be done by deleting individual items using the method :delItem().

Feedback

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.