www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Windows Class: GetScreenX

Previous  Top  Next  


Prototype: (Long pFEQ),Long

 

pFEQThe Field EQuate label for the control to get the Screen X position for.

 

ReturnsReturns the screen X position in pixels for the control

 

This method returns the Screen X Position for the pFEQ control.  This uses the ClientToScreen api to retrieve the screen coordinates for the control. 

 

Example:

 

ITW  ITWindowsClass

Code

Message('Screen X position: ' & ITW.GetScreenX(?Button1))

 

See also:

GetScreenY

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getscreenx_window.htm