Skip to main content

TcxDBTreeListNode.ParentKeyValue Property

Specifies the parent node’s unique identifier.

Declaration

property ParentKeyValue: Variant read; write;

Property Value

Type
Variant

Remarks

Use this property to manually specify the node parent’s unique identifier within the tree list’s OnInitInsertingRecord event handler, if automatic generation of the identifier is disabled (see the tree list’s OptionsData.AutoCalcKeyValue property).

Refer to the tree list’s OnInitInsertingRecord help topic, for details.

See Also