Vcl.Dialogs.TCustomTaskDialog.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 TCustomTaskDialog

Description

Handle to the parent window.

Handle provides a handle to the parent window. This field can be null.