Show: Delphi
C++
Display Preferences
Vcl.ActnPopup.TPopupActionBar.Popup
From XE2 API Documentation
Delphi
procedure Popup(X: Integer; Y: Integer); override;
C++
virtual void __fastcall Popup(int X, int Y);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.ActnPopup.pas Vcl.ActnPopup.hpp |
Vcl.ActnPopup | TPopupActionBar |
Description
Popup opens up a popup menu at the specified X and Y coordinates.
Use Popup to open up a popup menu at the given X and Y coordinates, directly through code.