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