RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPopupActionBar.Popup Method

Popup opens up a popup menu at the specified X and Y coordinates.

Pascal
procedure Popup(X: Integer; Y: Integer); override;
C++
virtual __fastcall Popup(int X, int Y);

Use Popup to open up a popup menu at the given X and Y coordinates, directly through code. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!