Vcl.Dialogs.TCustomTaskDialog.DoExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoExecute(ParentWnd: HWND): Boolean; dynamic;

C++

DYNAMIC bool __fastcall DoExecute(HWND ParentWnd);

Properties

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

Description

Executes the Task Dialog.

Use DoExecute to perform the execution of the Task Dialog.