ITreeListNodes.AddChild

Syntax

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

Parameters

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

Text. Text of the first column of added node.

Description

The AddChild method adds a child node for the specified node.

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

See also:

ITreeListNodes