Skip to main content

TcxCustomDataController.OnNewRecord Event

Allows you to perform actions when the data controller is about to focus a new inserted record.

Declaration

property OnNewRecord: TcxDataRecordNotifyEvent read; write;

Remarks

This event occurs when the data controller is about to focus a new inserted record.

Refer to the TcxDataRecordNotifyEvent type description for information on available options.

The OnNewRecord event occurs between the OnBeforeInsert and OnAfterInsert events.

See Also