[Overview][Types][Classes][Index] |
Signals the OnKeyDown event handler (when assigned).
Source position: groupededit.pp line 219
protected procedure TCustomAbstractGroupedEdit.EditKeyDown( |
var Key: Word; |
Shift: TShiftState |
); virtual; |
Key |
|
Virtual key code for the key down event notification. |
Shift |
|
Ctrl, Alt, or Shift modifier for the key code in the key down event notification. |
Called from the internal key down handler routine assigned to the BaseEditor for the grouped edit control.
|
Represents the control used as the editor for the value in the grouped edit control. |
|
|
Event handler signalled for key down keyboard events. |
Version 4.0 | Generated 2025-05-03 | Home |