FMX.Types.TCustomPopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomPopupMenu

Delphi

TCustomPopupMenu = class(TFmxObject)

C++

class PASCALIMPLEMENTATION TCustomPopupMenu : public TFmxObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

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