TcxTreeListNode.AddChild Method
In This Article
Creates a node and appends it to the end of the current node’s child collection.
#Declaration
Delphi
function AddChild: TcxTreeListNode; virtual;
#Returns
Type |
---|
Tcx |
#Remarks
Call the AddChildFirst function instead to add a child node at the first position.
Note
Call these functions only when working with a Tcx
See Also