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