IWebTreeNodes.AddChild

Syntax

AddChild(Node: IWebTreeNode; Text: String): IWebTreeNode;

Parameters

Node. The node, for which a child node will be created.

Text. Node text.

Description

The AddChild method creates a new child node with specified text in the tree for the specified node.

Example

The method use is given in the example for IWebTreeNodes.Add.

See also:

IWebTreeNodes