TdxCustomDBBreadcrumbEdit.Root Property
Provides access to the root level node (the data hierarchy starting point).
Declaration
property Root: TdxDBBreadcrumbEditNode read;
Property Value
Type |
---|
TdxDBBreadcrumbEditNode |
Remarks
The root level node is a node whose ParentKeyValue property value matches RootValue. This node must be unique – make certain that no other node has the same ParentKeyValue.
See Also