BBjTree::getNumChildren
Description
Returns the number of children of a parent node in the BBjTree control.
Syntax
Return Value |
Method |
int |
getNumChildren(int parentID) |
Parameters
Variable |
Description |
parentID |
Specifies the ID of parent node. |
Return Value
Returns the number of children in the parent node.
Remarks
None.
Example
REM Get the number of children of a parent node in a tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.