Vcl.Dialogs.TCustomFileDialog.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HWnd read FHandle;

C++

__property HWND Handle = {read=FHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Specifies the window handle of the dialog.

The Handle property contains the dialog's window handle after a call to Execute.

See Also