API:Vcl.ActnMenus.TCustomActionMenuBar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

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

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

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



__fastcall virtual TCustomActionDockBar (Classes::TComponentTComponent_Object* AOwner);
__fastcall (HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }