RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTaskDialog Class

Base class for Task Dialogs.

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

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

 

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