Vcl.ActnPopup.TPopupActionBar.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TPopupActionBar(System::Classes::TComponent* AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup TPopupActionBar

Beschreibung

Erzeugt eine Instanz von TPopupMenu.

Vcl.ActnPopup.TPopupActionBar.Create erbt von Vcl.Menus.TPopupMenu.Create. Der folgende Inhalt bezieht sich auf Vcl.Menus.TPopupMenu.Create.

Erzeugt eine Instanz von TPopupMenu.

Mit Create wird zur Laufzeit ein Popup-Menü erstellt. Die Erstellung von Popup-Menüs, die beim Entwurf in Formulare oder Datenmodule eingefügt wurden, erfolgt automatisch.

Siehe auch