Vcl.ExtDlgs.TOpenPictureDialog.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.ExtDlgs.pas
Vcl.ExtDlgs.hpp
Vcl.ExtDlgs TOpenPictureDialog

説明

Create は,TOpenPictureDialog のインスタンスを作成および初期化します。

Create は,TOpenPictureDialog のインスタンスを生成しますが,実行時に Execute メソッドが呼び出されるまでダイアログボックスは表示されません。Create は,TPicture がサポートするすべてのファイルの種類にフィルタを定義することによって Filter プロパティを初期化します。

関連項目