API:Vcl.ActnCtrls.TCustomActionDockBar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

Vcl.ActnCtrls.TCustomActionDockBar.Create は Vcl.ActnMan.TCustomActionBar.Create を継承しています。以下の内容はすべて Vcl.ActnMan.TCustomActionBar.Create を参照しています。

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

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

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

関連項目