[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Forwards the key message to the parent form to be handled as an accelerator (shortcut) key.
Source position: controls.pp line 2266
protected function TWinControl.SendDialogChar( |
var Message: TLMKey |
):Boolean; |
Message |
|
Message with the key event handled and updated in the method. |
True if the key was handled.
If the dialog character is handled in the Parent form, the CharCode member in Message is set to VK_UNKNOWN (0).
No actions are performed in the method when accelerator keys are not enabled for the LCL interface, or when ParentForm is unassigned for the control.
Version 4.0 | Generated 2025-05-03 | Home |