TcxGridEditKeyPressEvent Type
In This Article
#Declaration
Delphi
TcxGridEditKeyPressEvent = procedure(Sender: TcxCustomGridTableView; AItem: TcxCustomGridTableItem; AEdit: TcxCustomEdit; var Key: Char) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
AItem | Tcx |
AEdit | Tcx |
Key | Char |
See Also