TdxCustomDBBreadcrumbEdit.RootValue Property
Specifies the data hierarchy starting point, as a field value.
Declaration
property RootValue: Variant read; write;
Property Value
Type |
---|
Variant |
Remarks
The specified value corresponds to the root level node accessible via the Root property. This value must be unique in the field specified by the breadcrumb’s DataBinding.ParentKeyField property.
See Also