ISDBTree::CreateNode

From MediaMonkey Wiki
Revision as of 17:52, 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

Property Get CreateNode As ISDBTreeNode


Property description

Returns a new SDBTreeNode object. You can set its properties then and finally add it to some position at the main tree using ISDBTree::AddNode method.

Related Topics