[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides support for special keys used in the control.
Source position: valedit.pas line 165
protected procedure TValueListEditor.KeyDown( |
var Key: Word; |
Shift: TShiftState |
); override; |
Key |
|
Key code for the key down event. |
Shift |
|
Shift / Ctrl / Alt modifier for the key down event. |
KeyDown is a procedure used to provide support for special keys used in the control. KeyDown calls the inherited method. The KeyOptions property is used to determine if actions are performed for keystrokes, including:
|
Controls actions that can be performed for Keys in the control. |
Version 4.0 | Generated 2025-05-03 | Home |