TdxBreadcrumbEditNode.AddChildFirst Method
Inserts a child node.
Declaration
function AddChildFirst: TdxBreadcrumbEditNode;
Returns
Type |
---|
TdxBreadcrumbEditNode |
Remarks
This function creates a new node with default settings, inserts it to the Items collection at the first position, and returns the created node as the function’s result.
See Also