|
Previous Top Next |
Prototype: | (Long pFEQ),Long |
pFEQ | The Field EQuate label for the control to get the Screen Y position for. |
Returns | Returns 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: