Vcl.Forms.TCustomActiveForm.WantChildKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WantChildKey(Child: TControl; var Message: TMessage): Boolean; override;

C++

virtual bool __fastcall WantChildKey(Vcl::Controls::TControl* Child, Winapi::Messages::TMessage &Message);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomActiveForm

Description

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

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

See Also