Vcl.Dialogs.TCommonDialog.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HWnd read GetHandle;

C++

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

Properties

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

Description

Specifies the window handle of the dialog.

The Handle property, which provides access to the dialog's window handle after a call to Execute, can be used in OnShow and OnClose event handlers. Handle is reset to 0 after the dialog closes.

See Also