Vcl.Controls.IsVCLControlHook

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Beschreibung

IsVCLControlHook enthält die Adresse einer Funktion.

IsVCLControlHook ist eine Variable, die die Adresse einer Funktion enthält, mit der entschieden wird, ob ein gegebenes Fenster-Handle ein VCL-Steuerelement beschreibt.

Siehe auch