Skip to main content
A newer version of this page is available. .

TcxDataRecordNotifyEvent Type

The procedural type for record action handlers.

Declaration

TcxDataRecordNotifyEvent = procedure(ADataController: TcxCustomDataController; ARecordIndex: Integer) of object;

Parameters

Name Type Description
ADataController TcxCustomDataController

The data controller that raised the event.

ARecordIndex Integer

The index of the target record.

Remarks

The data controller’s OnBeforeDelete and OnNewRecord events reference the TcxDataRecordNotifyEvent type.

See Also