|
Previous Top Next |
| Prototype: | (Long pWidth, Long pHeight, Byte pSetPixels=True) |
| pWidth | The width of the window |
| pHeight | The height of the window |
| pSetPixels | Indicates if PROP:Pixels is turned on during the sizing |
This method does the same thing as the clarion Position() function, but can alternatively be set to use pixels for more accurate sizing.
Example:
ITW ITWindowsClass
Code
ITW.SetWindowSize(800,600,True)
See also: