|
Previous Top Next |
Prototype: | (Long pX, Long pY, Byte pSetPixels=True) |
pX | The X coordinate for the window |
pY | The Y coordinate for the window |
pSetPixels | Indicates if PROP:Pixels is turned on during the positioning |
This method does the same thing as the clarion Position() function, but can alternatively be set to use pixels for more accurate placement.
Example:
ITW ITWindowsClass
Code
ITW.SetWindowPosition(0,0,True)
See also: