[Overview][Classes][Procedures and functions][Index] |
Handles special keys in the keydown state.
Source position: dbextctrls.pp line 48
protected procedure TDBDateEdit.EditKeyDown( |
var Key: Word; |
Shift: TShiftState |
); override; |
Key |
|
Numeric value for the key. |
Shift |
|
Shift state for the key. |
EditKeyDown is an overridden procedure used to perform actions required when special keys are in the down state in the control. EditKeyDown handles the following virtual key values:
Version 4.0 | Generated 2025-05-03 | Home |