Scalabium Software

SMExport advertising
Knowledge for your independence'.
Home Delphi and C++Builder tips


#77: How can I get a mouse position?

Sometimes in development you must to detect the current position of mouse. You can use the GetCursorPos function.

In the next example I shows how to popup the some TPopupMenu component in point, where user click a mouse button:

var
  P: TPoint;
begin
  GetCursorPos(P);
  yourPopupMenu.Popup(P.X, P.Y);
end;


Published: May 17, 2000

See also
 
DBISAM Password Recovery
SMImport suite
Paradox Password Recovery
ABA Spreadsheet Convert
Paradox to Text converter
SMReport
Paradox to MS Access converter
SMMsg suite
ABA Document Convert
SMExport suite
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2025, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMExport advertising