[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Allows a parent form to process a keyboard message in one of its child controls.
Source position: controls.pp line 2265
protected function TWinControl.ChildKey( |
var Message: TLMKey |
):Boolean; virtual; |
Message |
|
Child key message handled in the method. |
True if the key message was handled.
Remark: | WantChildKey in TCustomForm always returns False. |
|
Handles key down messages which are not handled by the widget. |
|
|
Indicates if key messages in a child control are handled in the message processing loop for the form. |
Version 4.0 | Generated 2025-05-03 | Home |