Tree.GetChildren

table Tree.GetChildren ( 

string ObjectName,

string ParentNodeIndex )

Example 1

tChildrenOfNode1 = Tree.GetChildren("Tree1", "1");

Gets the children of node "1" from the tree object "Tree1" and stores them in the numerically indexed table "tChildrenOfNode1".

See also:  Related Actions