Implements the OnKeyDown event handler for the cell editor.
Source position: grids.pas line 1318
public procedure TCustomGrid.EditorKeyDown( |
Sender: TObject; |
var Key: Word; |
Shift: TShiftState |
); |
Sender |
|
Object for the event notification. |
Key |
|
Key examined in the method. |
Shift |
|
Shift / Ctrl / Alt modifier for the Key. |