Vcl.ExtDlgs.TOpenPictureDialog.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtDlgs.pas
Vcl.ExtDlgs.hpp
Vcl.ExtDlgs TOpenPictureDialog

Description

Creates and initializes a TOpenPictureDialog instance.

The Create method generates a TOpenPictureDialog instance, but the dialog does not appear at runtime until the Execute method is called. Create initializes the Filter property by defining a filter for each file type that TPicture supports.

See Also