ISDBTree::SortChildren: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (Reverted edits by Hassanhi5 (Talk); changed back to last version by RedX)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{MethodDeclaration|SDBTree|ISDBTree|Sub SortChildren(Node As SDBTreeNode)}}
{{MethodDeclaration|SDBTree|ISDBTree|Sub SortChildren(Node As [[SDBTreeNode]])}}


===Parameters===
===Parameters===

Latest revision as of 20:02, 23 February 2009

CoClass SDBTree, Interface ISDBTree

Sub SortChildren(Node As SDBTreeNode)


Parameters

Name Type Description
Node SDBTreeNode Parent node of nodes to be sorted.


Method description

Sorts children of given node according to the order they should appear (not always alphabetically).