Vcl.Forms.TFormStyleHook.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HWND read GetHandle;

C++

__property Handle;

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TFormStyleHook

Description

The handle of the control.

Vcl.Forms.TFormStyleHook.Handle inherits from Vcl.Themes.TStyleHook.Handle. All content below this line refers to Vcl.Themes.TStyleHook.Handle.

The handle of the control. It returns the handle of the control if one is allocated, or 0 otherwise.

See Also