ISDBTree::RemoveNode

From MediaMonkey Wiki
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.