Indicates if key messages in a child control are handled in the message processing loop for the form.
Source position: forms.pp line 671
public function TCustomForm.WantChildKey( |
Child: TControl; |
var Message: TLMessage |
):Boolean; virtual; |
Child |
|
Control with the key message for the method. |
Message |
|
Key message from the child control. |
Returns False in TCustomForm.
Always returns False in TCustomForm.