RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTaskDialog.Create Constructor

Creates a custom Task Dialog instance.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomTaskDialog(TComponent * AOwner);

Use Create to create an instance of TCustomTaskDialog. Derived classes should inherit from the TTaskDialog instead of this one. 

 

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