Vcl.RibbonActnMenus.TRibbonStyleMainPopupMenu.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TRibbonStyleMainPopupMenu(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TRibbonStyleMainPopupMenu(HWND ParentWindow) : Vcl::Actnmenus::TCustomActionPopupMenu(ParentWindow) { }
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | Vcl.RibbonActnMenus.pas Vcl.RibbonActnMenus.hpp |
Vcl.RibbonActnMenus | TRibbonStyleMainPopupMenu |
Beschreibung
Erstellt und initialisiert eine Instanz von TCustomActionPopupMenu.
Vcl.RibbonActnMenus.TRibbonStyleMainPopupMenu.Create erbt von Vcl.ActnMenus.TCustomActionPopupMenu.Create. Der folgende Inhalt bezieht sich auf Vcl.ActnMenus.TCustomActionPopupMenu.Create.
Erstellt und initialisiert eine Instanz von TCustomActionPopupMenu.
Mit Create können Sie ein TCustomActionPopupMenu-Objekt erstellen und initialisieren.
__fastcall virtual TCustomActionMenuBar(Classes::TComponentTComponent_Object* AOwner);
__fastcall TCustomActionMenuBar(HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }