Vcl.ExtActns.TCustomFileRun.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

CreateTCustomFileRun のインスタンスを作成します。

アクションがアクションリストまたはアクションマネージャに追加されるのは設計時であるため,ほとんどのアプリケーションでは TCustomFileRun のコンストラクタを呼び出す必要はありません。

AOwner パラメータはアクションのオーナーを指定します。これは,TCustomFileRun のインスタンスを解放するコンポーネントです。

Create はアクションのプロパティを初期化し,デフォルトの TOpenDialog インスタンスを作成し,BrowseDlg プロパティの値として動作します。

関連項目