IWebTreeNodes.AddToRoot

Syntax

AddToRoot(Text: String): IWebTreeNode;

Parameters

Text. Node text.

Description

The AddToRoot method creates a node in the tree root.

Comments

The new node is added to the tree end.

Example

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

See also:

IWebTreeNodes