FMX.ExtCtrls.TImageViewer.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.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TImageViewer

Description


Specifies the context (pop-up) menu object.

FMX.ExtCtrls.TImageViewer.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