TdxBreadcrumbEditNode.Parent Property
Provides access to the node’s parent.
Declaration
property Parent: TdxBreadcrumbEditNode read;
Property Value
Type |
---|
TdxBreadcrumbEditNode |
Remarks
This property returns nil if the node is the root (see the Root property).
See Also