Vcl.Taskbar.TCustomTaskbar.GetFormHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFormHandle: HWND; override;

C++

virtual HWND __fastcall GetFormHandle();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TCustomTaskbar

Description

Returns the HWND window handle of the form.

See Also