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