Vcl.ActnMenus.TCustomActionPopupMenu.NewPopup

From RAD Studio API Documentation
Jump to: navigation, search

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 TCustomActionPopupMenu

Description

Returns an action pop-up menu.

Vcl.ActnMenus.TCustomActionPopupMenu.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.


See Also