FMX.Types.TCustomPopupMenu.Popup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Popup(X, Y: Single); virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomPopupMenu

Description

Displays the pop-up menu onscreen.

TCustomPopupMenu descendants implement Popup so that it brings up the pop-up menu onscreen. The menu appears at the screen coordinates indicated by the values (in pixels) of X and Y.

See Also