RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTaskDialog.Execute Method ()

Displays the Task Dialog.

Pascal
function Execute: Boolean; dynamic; overload;
function Execute(ParentWnd: HWND): Boolean; dynamic; overload;
C++
__fastcall Boolean Execute();
__fastcall Boolean Execute(HWND ParentWnd);

Use Execute to display the Task Dialog. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!