BBjTree::isNodeLeaf
Description
Returns whether a node is a leaf node in the BBjTree control.
Syntax
| Return Value | Method |
|---|---|
|
boolean |
isNodeLeaf(int ID) |
Parameters
| Parameter | Description |
|---|---|
|
ID |
Specifies the ID of the node. |
Return Value
Returns true (1) if a node is a leaf node or returns false (0) if it is not a leaf node.
Remarks
A leaf node is a node that has no child nodes.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.