API:Vcl.Dialogs.TTaskDialog

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TTaskDialog = class(TCustomTaskDialog)

C++

class PASCALIMPLEMENTATION TTaskDialog : public TCustomTaskDialog

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Beschreibung

Basisklasse für Task-Dialogfelder.

Vcl.Dialogs.TTaskDialog erbt von Vcl.Dialogs.TCustomTaskDialog. Der folgende Inhalt bezieht sich auf Vcl.Dialogs.TCustomTaskDialog.

Basisklasse für Task-Dialogfelder.

TCustomTaskDialog stellt die Basisklasse für Task-Dialogfelder bereit. Abgeleitete Klassen müssen von TTaskDialog anstelle von TCustomTaskDialog vererbt werden.

Codebeispiele