ISDBTree::CreateNode: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 7: Line 7:
=== Related Topics ===  
=== Related Topics ===  


*[[ISDBTree::AddNode]]  
*[[ISDBTree::AddNode]]
*[[Sample Simple Tree Node script]]
*[[Sample Lyricist Tree Node script]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 21:48, 25 March 2007

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