API:FMX.Menus.TPopupMenu.Popup
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.
FMX.Menus.TPopupMenu.Popup inherits from FMX.Types.TCustomPopupMenu.Popup. All content below this line refers to FMX.Types.TCustomPopupMenu.Popup.
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.