API:Vcl.Dialogs.TTaskDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TCustomTaskDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTaskDialog

Delphi

TTaskDialog = class(TCustomTaskDialog)

C++

class PASCALIMPLEMENTATION TTaskDialog : public TCustomTaskDialog

Properties

Type Visibility Source Unit Parent
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

Base class for Task Dialogs.

Vcl.Dialogs.TTaskDialog inherits from Vcl.Dialogs.TCustomTaskDialog. All content below this line refers to Vcl.Dialogs.TCustomTaskDialog.

Base class for Task Dialogs.

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

Code Examples