Back to Devexpress

TcxDataRecordNotifyEvent Type

vcl-cxcustomdata-997e95f9.md

latest856 B
Original Source

TcxDataRecordNotifyEvent Type

The procedural type for record action handlers.

Declaration

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

Parameters

NameTypeDescription
ADataControllerTcxCustomDataController

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

cxCustomData Unit