Vcl.ActnMenus.TCustomActionMainMenuBar.NewPopup
Delphi
function NewPopup: TCustomActionPopupMenu; override;
C++
virtual TCustomActionPopupMenu* __fastcall NewPopup();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TCustomActionMainMenuBar |
Description
Returns an action pop-up menu.
Vcl.ActnMenus.TCustomActionMainMenuBar.NewPopup inherits from Vcl.ActnMenus.TCustomActionMenuBar.NewPopup. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.NewPopup.
Returns an action pop-up menu.
NewPopup is called when a new pop-up is created.
It returns the action pop-up menu and adds the new pop-up to the TCustomActionMenuBar.FPopupStack.