FMX.Forms.TFrame.PopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupMenu;

C++

__property PopupMenu;

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFrame

Description

Specifies the context (pop-up) menu object.

FMX.Forms.TFrame.PopupMenu inherits from FMX.Controls.TControl.PopupMenu. All content below this line refers to FMX.Controls.TControl.PopupMenu.

Specifies the context (pop-up) menu object.

Use PopupMenu to set the context menu of the current control. The pop-up window is displayed when ShowContextMenu is called.

See Also