Skip to main content

TcxDBTreeListNode.KeyValue Property

Specifies the node’s unique identifier.

Declaration

property KeyValue: Variant read; write;

Property Value

Type
Variant

Remarks

Use this property to manually specify the node’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