Vcl.ActnMenus.TCustomActionMainMenuBar.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMainMenuBar

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionMainMenuBar .

Mit Create können Sie ein TCustomActionMainMenuBar-Objekt erstellen und initialisieren.



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