Menus.TPopupMenu

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Menus.pas

TPopupMenu = class(TMenu)


Unit: Menus

Type: class

Inherited Class Members: Menus.TPopupMenu Members

Class Properties: Menus.TPopupMenu Properties

Class Methods: Menus.TPopupMenu Methods

Class Constructors & Destructors: Menus.TPopupMenu Constructors

Class Events: Menus.TPopupMenu Events

C++ Information

From Menus.hpp

TPopupMenu = class(TMenu)


Unit: Menus

Type: class

Inherited Class Members: Menus.TPopupMenu Members

Class Properties: Menus.TPopupMenu Properties

Class Methods: Menus.TPopupMenu Methods

Class Constructors & Destructors: Menus.TPopupMenu Constructors

Class Events: Menus.TPopupMenu Events

Description

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

Personal tools
Translations
Newest Version