Vcl.Dialogs.TCommonDialog.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

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