API:Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.NewPopup

From RAD Studio API Documentation

Delphi

function NewPopup: TCustomActionPopupMenu; override;

C++

virtual Vcl::Actnmenus::TCustomActionPopupMenu* __fastcall NewPopup(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonApplicationMenuBar

Description

Returns an action pop-up menu. {{#multireplace:Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.NewPopup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMenus.TCustomActionMenuBar.NewPopup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMenus.TCustomActionMenuBar.NewPopup|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.


See Also