Skip to main content

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