Vcl.ActnList.TCustomActionList.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

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

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

関連項目