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