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

Displays the Task Dialog.

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

Use Execute to display the Task Dialog. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!