TcxDBTreeListNode.KeyValue Property
In This Article
Specifies the node’s unique identifier.
#Declaration
Delphi
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