[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Notifies all ahtKeyDownAfter handlers, and eventually reacts to F1 (Help).
Source position: forms.pp line 1640
public procedure TApplication.NotifyKeyDownHandler( |
Sender: TObject; |
var Key: Word; |
Shift: TShiftState |
); |
Sender |
|
Object for the event notification. |
Key |
|
Key code examined in the event handler. |
Shift |
|
Ctrl, Alt, Shift modifier for the key code. |
|
Types of Application notification handlers. |
Version 4.0 | Generated 2025-05-03 | Home |