BBjTree::isNodeExpandable
Description
Returns whether a node is expandable in the BBjTree control.
Syntax
Return Value |
Method |
boolean |
isNodeExpandable(int ID) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the node to determine if it is expandable. |
Return Value
Returns whether or not a node is expandable (0 = Not Expandable, 1 = Expandable).
Remarks
The node must either have children, or have been created using addExpandableNode or insertExpandableNode.
Example
REM Determine if a node is expandable in a tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.