BBjTree::removeNode
Description
Removes a node from the BBjTree control.
Syntax
Return Value |
Method |
void |
removeNode(int ID) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the node to be removed. |
Return Value
None.
Remarks
If the specified node is a parent node, then it will also remove all of its descendants.
Example
REM Remove a node (and all it's descendants) from a tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.