Vcl.Dialogs.TCustomTaskDialog
Delphi
TCustomTaskDialog = class(TComponent)
C++
class PASCALIMPLEMENTATION TCustomTaskDialog : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
Base class for Task Dialogs.
TCustomTaskDialog provides the base class for Task Dialogs. Derived classes should inherit from TTaskDialog instead of TCustomTaskDialog.
Code Examples