Menus.TPopupMenu.Popup
From RAD Studio VCL Reference
Contents |
Delphi Information
From Menus.pas
procedure Popup(X: Integer; Y: Integer); virtual;
Unit: Menus
Type: method
Visibility: public
Member Of: TPopupMenu
C++ Information
From Menus.hpp
virtual void __fastcall Popup(int X, int Y);
Unit: Menus
Type: method
Visibility: public
Member Of: 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
Code Samples