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