Vcl.Dialogs.TOpenDialog.GetHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHandle: HWND; override;

C++

virtual HWND __fastcall GetHandle();

Properties

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

Description

Returns the value for the inherited Handle property.

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

See Also