Vcl.Controls.IsVCLControlHook

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IsVCLControlHook: function (Handle: HWnd): Boolean of object;

C++

extern DELPHI_PACKAGE bool __fastcall (__closure *IsVCLControlHook)(HWND Handle);

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

IsVCLControlHook contains the address of a function.

IsVCLControlHook is a variable that contains the address of a function that is used to decide whether a given window handle describes a VCL control.

See Also