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