BBjTree::getChildAt
Description
Returns the ID of a child node in the BBjTree control.
Syntax
| Return Value | Method |
|---|---|
|
int |
getChildAt(int parentID, int index) |
Parameters
| Parameter | Description |
|---|---|
|
parentID |
Specifies the ID of the parent node. |
|
index |
Specifies the 0-based index of the child node. |
Return Value
Returns the ID of the child node.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.