TdxDBBreadcrumbEditNode.ParentKeyValue Property
Specifies the parent node’s identifier.
Declaration
property ParentKeyValue: Variant read; write;
Property Value
Type |
---|
Variant |
Remarks
The ParentKeyValue property is mapped to the corresponding dataset field via the breadcrumb’s DataBinding.ParentKeyField property. Refer to the breadcrumb’s Root and RootValue property descriptions to learn about the requirements for the ParentKeyValue property value associated with a root level node.
See Also