Vcl.Ribbon.TCustomRibbonQuickAccessPopupToolbar.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomRibbonQuickAccessPopupToolbar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomRibbonQuickAccessPopupToolbar(HWND ParentWindow) : Vcl::Actnmenus::TCustomActionPopupMenu(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessPopupToolbar

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionPopupMenu.

Vcl.Ribbon.TCustomRibbonQuickAccessPopupToolbar.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) { }