Vcl.ActnPopup.TPopupActionBar.Popup
From RAD Studio API Documentation
Revision as of 17:32, 16 October 2011 by TestAccount (Talk | contribs)
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.