[Overview][Types][Classes][Procedures and functions][Index] |
Implements the OnKeyDown event handler for grid controls on the form.
Source position: timepopup.pas line 37
procedure TTimePopupForm.GridsKeyDown( |
Sender: TObject; |
var Key: Word; |
Shift: TShiftState |
); |
Sender |
|
Object for the event notification. |
Key |
|
Virtual key code examined in the method. |
Shift |
|
Key Modifier examined in the method. |
GridsKeyDown ensures that the virtual key in Key and Shift is applied, when required. GridsKeyDown calls for form methods for the following:
When Key is handled in the method, it is set to zero (0). Otherwise, it is retained for use in Form or Application key events.
Version 4.0 | Generated 2025-05-03 | Home |