AddChild(Node: IWebTreeNode; Text: String): IWebTreeNode;
Node. The node, for which a child node will be created.
Text. Node text.
The AddChild method creates a new child node with specified text in the tree for the specified node.
The method use is given in the example for IWebTreeNodes.Add.
See also: