[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles a key down message for the cell editor.
Source position: grids.pas line 283
protected procedure TPickListCellEditor.KeyDown( |
var Key: Word; |
Shift: TShiftState |
); override; |
Key |
|
Key code for the key down event. |
Shift |
|
Shift, Alt, or Ctrl modifier for the key down event. |
KeyDown is an overridden method in TPickListCellEditor. It extends the inherited method to ensure that specific key codes are applied to the grid or the editor control as needed.
KeyDown calls the inherited method on entry to handle Tab, Return, and Escape key code in the manner needed for the TCustomComboBox ancestor. It adds support for the following keys:
Other unhandled key codes are forwarded to the EditKeyDown method for the grid control.
|
Filters keys used to traverse the list. |
Version 4.0 | Generated 2025-05-03 | Home |