BBjTree::getParentNode
Description
Returns the ID of a child's parent node in the BBjTree control.
Syntax
Return Value |
Method |
int |
getParentNode(int childID) |
Parameters
Variable |
Description |
childID |
Specifies the ID of the child node. |
Return Value
Returns the ID of a child's parent node in the tree control. If the childID is the root node, then getParentNode returns -1.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.