API:FMX.Menus.TPopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TCustomPopupMenuFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPopupMenu

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.

See Also