[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles a key down event for the control.
Source position: grids.pas line 243
protected procedure TStringCellEditor.KeyDown( |
var Key: Word; |
Shift: TShiftState |
); override; |
Key |
|
Key code handled in the method. |
Shift |
|
Shift, Ctrl, or Alt modifier the key code. |
KeyDown is an overridden method in TStringCellEditor which handles a key down event for the cell editor. It calls the inherited method on entry to handle the virtual key codes normally supported in the TCustomMaskEdit control. It extends the inherited method to provide support for the following keys:
Other unhandled key codes are forwarded to the EditKeyDown method for the grid control.
|
Performs actions needed to apply key down messages. |
Version 4.0 | Generated 2025-05-03 | Home |