API:Vcl.ActnMan.TCustomActionManager.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,TCustomActionList オブジェクトを作成し,初期化します。

Vcl.ActnMan.TCustomActionManager.Create は Vcl.ActnList.TCustomActionList.Create を継承しています。以下の内容はすべて Vcl.ActnList.TCustomActionList.Create を参照しています。

Create は,TCustomActionList オブジェクトを作成し,初期化します。

Create メソッドを呼び出すと,実行時にアクションリストのインスタンスを作成できます。設計時にフォームに追加したアクションリストは自動的に作成されます。

AOwner パラメータは,アクションリストのオーナーであり,通常はフォームまたはデータモジュールです。

関連項目