Vcl.ListActns.TCustomStaticListAction.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

アクションは設計時にアクション リストまたはアクション マネージャに追加されるので、ほとんどのアプリケーションでは TCustomStaticListAction コンストラクタを呼び出す必要はありません。AOwner でアクションのオーナーを指定します。これは、TCustomStaticListAction インスタンスの解放を行うコンポーネントです。

関連項目