RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActiveForm.WantChildKey Method

Indicates whether the form processes keyboard input for a control it owns.

Pascal
function WantChildKey(Child: TControl; var Message: TMessage): Boolean; override;
C++
virtual __fastcall Boolean WantChildKey(TControl * Child, TMessage Message);

Do not call WantChildKey. It is used internally to ensure that keyboard events sent to child objects are handled correctly. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!