Vcl.ActnMenus.TCustomActionPopupMenu.Popup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Popup(X, Y: Integer);

C++

void __fastcall Popup(int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionPopupMenu

Description

Causes the popup menu to appear.

Call Popup to display the popup menu at the specified coordinates (in pixels) on screen. This method is meant to behave the same as the procedure of the same name in TPopupMenu.

See Also