Skip to main content

TcxCustomDBTreeList.OnGetUniqueKeyValue Event

Enables you to specify the key field value (also called the unique identifier) for a new node.

Declaration

property OnGetUniqueKeyValue: TcxDBTreeListGetUniqueKeyValueEvent read; write;

Remarks

This event fires when the following conditions are met:

KeyValue specifies the node’s unique identifier generated by the tree list. Replace this identifier with your own.

See Also