www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Windows Class: GetPixelWidth

Previous  Top  Next  


Prototype: (Long pFEQ),Long

 

pFEQThe Field EQuate label of the control to get the Width in pixels for.

 

ReturnsReturns 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:

GetPixelHeight

GetPixelXPos

GetPixelYPos

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getpixelwidth_window.htm