Skip to main content

TcxTreeListNode.AddChildFirst Method

Creates a node and inserts it at the first position in the current node’s child collection.

Declaration

function AddChildFirst: TcxTreeListNode; virtual;

Returns

Type
TcxTreeListNode

Remarks

Call the AddChild function instead to append a new child node to the collection’s end.

Note

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

See Also