ITreeListNodes.AddChildFirst

Syntax

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

Parameters

Node. The node, to the hierarchy of which the first child tree node is added.

Text. Text of the first column of added node.

Description

The AddChildFirst method adds a child node to the first position for 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