API: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

説明

Create は,TCustomListAction のインスタンスを作成します。

Vcl.ListActns.TCustomStaticListAction.Create は Vcl.ListActns.TCustomListAction.Create を継承しています。以下の内容はすべて Vcl.ListActns.TCustomListAction.Create を参照しています。

Create は,TCustomListAction のインスタンスを作成します。

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

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

関連項目