ITreeListNodes.Insert

Syntax

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

Parameters

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

Text. Text of inserted node.

Description

The Insert method inserts a new node before the node that is passed by the Node parameter.

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

See also:

ITreeListNodes