Method XbpTreeViewItem():delItem() Foundation

Deletes an item from a sub-level.

Syntax
:delItem( <oItem> ) --> oItem | NIL
Return

This method returns the XbpTreeViewItem object removed from the list of sub-items. If the object is not removed, the return value is NIL.

Description

This method removes an XbpTreeViewItem object that has been added as sub-item with the :addItem() method. This way the structure of a tree view can be dynamically changed.

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.