[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed to apply key down messages.
Source position: maskedit.pp line 296
protected procedure TCustomMaskEdit.KeyDown( |
var Key: Word; |
Shift: TShiftState |
); override; |
Key |
|
Key code examined in the method. |
Shift |
|
Key modifier examined in the method. |
Calls the inherited KeyDown method. If an edit mask is not assigned in the control, no additional actions are required in the method.
KeyDown handles the following keys, and performs the following actions:
|
Signals OnKeyDown event handlers (when assigned). |
Version 4.0 | Generated 2025-05-03 | Home |