|
Previous Top Next |
Prototype: | (Long pFEQ, Long pC),Long |
pFEQ | The Field EQuate label for the control to get position in pixels for. |
pC | Property to use, this could be PROP:XPos, PROP:YPos, PROP:Width or PROP:Height |
Returns | Returns the appropriate property value in Pixels. |
This method is used by GetPixelHeight, GetPixelWidth, GetPixelXPos and GetPixelYPos to get the pixel coordinates and size for the pFEQ control.
Example:
ITW ITWindowsClass
Code
Message('Button X: ' & ITW.GetPixelPos(?Button1,PROP:Xpos))
See also: