TdxTreeCustomNode.AddChild Method
In This Article
Appends a new child node with the default settings.
#Declaration
Delphi
function AddChild: TdxTreeCustomNode;
#Returns
Type | Description |
---|---|
Tdx |
The created node. |
See Also