Method XbpTreeViewItem():isExpanded() Foundation

Determines whether or not sub-items are visible.

Syntax
:isExpanded() --> lIsExpanded
Return

This method returns .T. (true) when sub-items of an XbpTreeViewItem object are visible, otherwise it returns .F. (false).

Description

The method :isExpanded() is used to check the visibility of sub-levels in a tree view. Whether or not an XbpTreeViewItem objects has sub-items can be tested with the expression.NOT. Empty( oItem:getChildItems() ).

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.