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