API:Vcl.ActnMenus.TCustomActionMenuBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Creates and initializes a TCustomActionDockBar instance.

Vcl.ActnMenus.TCustomActionMenuBar.Create inherits from Vcl.ActnCtrls.TCustomActionDockBar.Create. All content below this line refers to Vcl.ActnCtrls.TCustomActionDockBar.Create.

Creates and initializes a TCustomActionDockBar instance.

Create generates a TCustomActionDockBar and initializes its properties.



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