Vcl.Dialogs.TCustomTaskDialog.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomTaskDialog(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Creates a custom Task Dialog instance.

Use Create to create an instance of TCustomTaskDialog. Derived classes should inherit from the TTaskDialog instead of this one.