ISDBTree::RemoveNode

From MediaMonkey Wiki
Revision as of 18:00, 21 March 2007 by Jiri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.