Method XbpTreeViewItem():getParentItem() Foundation

Returns the item of the next-higher level (a node item).

Syntax
:getParentItem() --> oParentItem
Return

This method returns the XbpTreeViewItem object of the next-higher level in the tree view (node). If the method is executed by oXbpTreeView:rootItem, the return value is NIL.

Description

The method :getParentItem() is used to retrieve the XbpTreeViewItem object of the next higher level in the tree view.

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.