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

Windows Class: GetScreenY

Previous  Top  Next  


Prototype: (Long pFEQ),Long

 

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

 

ReturnsReturns the screen Y position in pixels for the control

 

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

 

Example:

 

ITW  ITWindowsClass

Code

Message('Screen Y position: ' & ITW.GetScreenY(?Button1))

 

See also:

GetScreenX



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