API:Vcl.ActnPopup.TPopupActionBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Menus.TPopupMenuVcl.Menus.TMenuSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPopupActionBar

Delphi

TPopupActionBar = class(TPopupMenu)

C++

class PASCALIMPLEMENTATION TPopupActionBar : public Vcl::Menus::TPopupMenu

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup Vcl.ActnPopup

Description

TPopupMenu encapsulates the properties, methods, and events of a pop-up menu.

Vcl.ActnPopup.TPopupActionBar inherits from Vcl.Menus.TPopupMenu. All content below this line refers to Vcl.Menus.TPopupMenu.

TPopupMenu encapsulates the properties, methods, and events of a pop-up menu.

Use TPopupMenu to define the pop-up menu that appears when the user clicks on a control with the right mouse button. To make a pop-up menu available, assign the TPopupMenu object to the control's PopupMenu property.

Tip: To create a popup menu that users can configure at runtime, use the TStandardMenuPopup component with an action manager instead.

Note: If the popup menu's ParentBiDiMode is true, the popup menu's BiDiMode is set to the BiDiMode of the control that activates it. If a control cannot be found, the BiDiMode is set to the value of the Application object's BiDiMode. The popup menu's BiDiMode affects all of its menu items.

See Also