FMX.Menus.TPopupMenu.Popup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Popup(X, Y: Single); override;

C++

virtual void __fastcall Popup(float X, float Y);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus TPopupMenu

Description

Displays the pop-up menu onscreen.

Call Popup to bring up the pop-up menu. The menu appears at the screen coordinates indicated by the values (in pixels) of X and Y.

See Also