API:Vcl.Dialogs.TColorDialog.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates and initializes a TCommonDialog instance.

Vcl.Dialogs.TColorDialog.Create inherits from Vcl.Dialogs.TCommonDialog.Create. All content below this line refers to Vcl.Dialogs.TCommonDialog.Create.

Creates and initializes a TCommonDialog instance.

Call Create to instantiate a common dialog component at runtime. Dialogs added to forms or data modules at design time are created automatically.

After calling the inherited constructor, Create performs the following actions:

Placeholder #1.

See Also