[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the OnKeyDown event handler for the cell editor.
Source position: grids.pas line 1346
public procedure TCustomGrid.EditorKeyDown( |
Sender: TObject; |
var Key: Word; |
Shift: TShiftState |
); |
Sender |
|
Object (TCustomGrid) for the event notification. |
Key |
|
Key examined in the method. |
Shift |
|
Shift / Ctrl / Alt modifier for the Key. |
EditorKeydown is assigned as the OnKeyDown event handler in the Editor control when it is configure and assigned to the Editor property. EditorKeydown calls the KeyDown method to apply the Key and Shift arguments.
|
The editor control used to modify the value in the current cell. |
|
|
Handles key down events for the grid control. |
|
|
Event handler signalled for key down keyboard events. |
Version 4.0 | Generated 2025-05-03 | Home |