TdxDBBreadcrumbEditNode.AddChild Method
Adds a child node.
Declaration
function AddChild: TdxDBBreadcrumbEditNode; overload;
Returns
| Type |
|---|
| TdxDBBreadcrumbEditNode |
Remarks
The new node is appended to the end of the child collection.
The AddChild method returns the added node.
For indexed access to child nodes, use the Items property.
See Also