ITreeListNodes.Add

Syntax

Add(Node: ITreeListNode; Text: String): ITreeListNode;

Parameters

Node. The node, at which level a new tree node is added.

Text. Text of the first column of added node.

Description

The Add method adds new tree node.

NOTE. The value specified in the Text parameter must not be longer than 5450 characters.

See also:

ITreeListNodes