TdxShellBreadcrumbEditNode.Parent Property
Provides access to the node’s parent.
Declaration
property Parent: TdxShellBreadcrumbEditNode read;
Property Value
Type |
---|
TdxShellBreadcrumbEditNode |
Remarks
The Parent property returns nil, if the node is the root (see the Root property).
For indexed access to child nodes, use the Items property.
See Also