Back to Devexpress

TcxGridEditKeyPressEvent Type

vcl-cxgridcustomtableview-1255a0f7.md

latest638 B
Original Source

TcxGridEditKeyPressEvent Type

Declaration

delphi
TcxGridEditKeyPressEvent = procedure(Sender: TcxCustomGridTableView; AItem: TcxCustomGridTableItem; AEdit: TcxCustomEdit; var Key: Char) of object;

Parameters

NameType
SenderTcxCustomGridTableView
AItemTcxCustomGridTableItem
AEditTcxCustomEdit
KeyChar

See Also

cxGridCustomTableView Unit