|
Previous Top Next |
Prototype: | (Long pFEQ),Long |
pFEQ | The Field EQuate label of the control to get the X position in pixels for. |
Returns | Returns the height of the control in pixels |
This method calls GetPixelPosition and returns the X position of the pFEQ control in pixels.
Example:
ITW ITWindowsClass
Code
Message('Button Xpos: ' & ITW.GetPixelXpos(?Button1))
See also: