Method XbpListBox():delItem() Foundation

Deletes an item from the list of the XbpListBox object.

Syntax
:delItem( <nPos> ) --> nItemCount
Parameters
<nPos>
<nPos> is a numeric value specifying the position of the item to delete from the list of the XbpListbox object.
Return

This method returns a numeric value indicating the number of items remaining in the list.

Description

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.

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.