Vcl.Themes.TStyleHook.Handle
Delphi
property Handle: HWND read GetHandle;
C++
__property HWND Handle = {read=GetHandle, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | class protected | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | TStyleHook |
Description
The handle of the control. It returns the handle of the control if one is allocated, or 0 otherwise.