TcxDataRecordAllowOperationEvent Type
In This Article
#Declaration
Delphi
TcxDataRecordAllowOperationEvent = procedure(ADataController: TcxCustomDataController; ARecordIndex: Integer; var AAllow: Boolean) of object;
#Parameters
Name | Type |
---|---|
AData |
Tcx |
ARecord |
Integer |
AAllow | Boolean |
See Also