Method XbpListBox():delItem() Foundation
Deletes an item from the list of the XbpListBox object.
:delItem( <nPos> ) --> nItemCount
This method returns a numeric value indicating the number of items remaining in the list.
The :delItem() method deletes a single item from the list of the XbpListbox object. This method is used along with the methods :addItem() and :insItem() to dynamically change the list. The :clear() method is used to delete all the items at once.
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.