Vcl.ActnMan.TCustomActionBar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomActionBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomActionBar(HWND ParentWindow) : Vcl::Toolwin::TToolWindow(ParentWindow) { }

プロパティ

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

説明

Create メソッドは,TCustomActionBar のインスタンスを作成および初期化します。

Create メソッドは,TCustomActionBar を作成して,そのプロパティを初期化します。

AOwner は,通常はフォームで,Owner プロパティの値になります。コンポーネントの Owner は,コンポーネントの解放と,コンポーネントをフォームファイルからロードしたりフォームファイルに保存したりするプロセスの開始を処理します。

関連項目