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