RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionPopupMenu.Popup Method

Causes the popup menu to appear.

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!