ITreeListNodes.AddFirst

Syntax

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

Parameters

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

Text. Text of the first column of added node.

Description

The AddFirst method adds a node to the first position at the level where the node that is passed by the Node parameter is located.

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

See also:

ITreeListNodes