TcxTreeList.AddFirst Method
In This Article
Creates a new node with the default settings and adds it before the first node at the root level.
#Declaration
Delphi
function AddFirst: TcxTreeListNode; overload;
#Returns
Type | Description |
---|---|
Tcx |
The created node. |
See Also