RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTaskDialog Class

Base class for Task Dialogs.

Pascal
TCustomTaskDialog = class(TComponent);
C++
class TCustomTaskDialog : public TComponent;

Dialogs

TCustomTaskDialog provides the base class for Task Dialogs. Derived classes should inherit from TTaskDialog instead of TCustomTaskDialog. 

 

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