Vcl.Dialogs.TCommonDialog.GetHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHandle: HWND; virtual;

C++

virtual HWND __fastcall GetHandle();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCommonDialog

Description

Returns the value for the Handle property.

The GetHandle protected method gets the value for the Handle property.

Note: Override this method to change the way to obtain the value of the Windows handle, for example, adjusting the handle for a dialog wrapper.

See Also