Vcl.ActnMenus.TCustomActionMenuBar.CreatePopup
Delphi
function CreatePopup(AOwner: TCustomActionMenuBar; Item: TCustomActionControl): TCustomActionPopupMenu; virtual;
C++
virtual TCustomActionPopupMenu* __fastcall CreatePopup(TCustomActionMenuBar* AOwner, Vcl::Actnman::TCustomActionControl* Item);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | protected | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TCustomActionMenuBar |
Beschreibung
Erstellt und initialisiert das Popup-Fenster für den angegebenen Menüeintrag.
Mit CreatePopup können Sie das Popup-Fenster für einen Menüeintrag erstellen und initialisieren, der im Parameter Item
angegeben wird.
AOwner
ist die Aktionsleiste, die den Eintrag enthält.