BBjTree::isNodeLeaf
Description
Returns whether a node is a leaf node in the BBjTree control.
Syntax
Return Value |
Method |
boolean |
isNodeLeaf(int ID) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the node. |
Return Value
Returns whether a node is a leaf node (0 = Not a leaf node, 1 = Leaf node).
Remarks
A leaf node is a node that has no child nodes.
Example
REM Determine whether a node in a tree control is a leaf node (has no children) or not |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.