TdxShellBreadcrumbEditNode.AddChild Method
Adds a child node.
Declaration
function AddChild: TdxShellBreadcrumbEditNode; overload;
Returns
Type |
---|
TdxShellBreadcrumbEditNode |
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