Skip to main content

TcxTreeListNode.AddChild Method

Creates a node and appends it to the end of the current node’s child collection.

Declaration

function AddChild: TcxTreeListNode; virtual;

Returns

Type
TcxTreeListNode

Remarks

Call the AddChildFirst function instead to add a child node at the first position.

Note

Call these functions only when working with a TcxTreeList control in unbound mode.

See Also