ITreeListNodes.AddFirst

Syntax

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

Parameters

Node. The node, at which level the first tree node is added.

Text. Text of the first column of added node.

Description

The AddFirst method adds the node to the first position on the level where the node that is passed by the Node parameter, is placed.

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

See also:

ITreeListNodes