ISDBTree::RemoveNode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 18:00, 21 March 2007
CoClass SDBTree, Interface ISDBTree
Sub RemoveNode(Node As SDBTreeNode)
Parameters
Name | Type | Description |
---|---|---|
Node | SDBTreeNode |
Method description
Removes given node from the tree. Becareful with this, you can't just remove any node from the tree as it could cause runtime errors, do this only for nodes where you know you can safely do it, particularly nodes you have created previously.