API:FMX.Menus.TPopupMenu

Delphi
TPopupMenu = class(TCustomPopupMenu, IItemsContainer, IGlyph)
C++
class PASCALIMPLEMENTATION TPopupMenu : public Fmx::Types::TCustomPopupMenu
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Menus.pas FMX.Menus.hpp |
FMX.Menus | FMX.Menus |
Description
Represents a pop-up menu attachable to graphical controls that support pop-up menus.
FMX.Menus.TPopupMenu inherits from FMX.Types.TCustomPopupMenu. All content below this line refers to FMX.Types.TCustomPopupMenu.
Represents a pop-up menu attachable to graphical controls that support pop-up menus.
The TTextService virtual abstract class represents a pop-up context menu that can be attached to any FireMonkey graphical control that support pop-up menus, such as TImageControl, TPanel, and so on.