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

Windows Class: SetWindowPosition

Previous  Top  Next  


Prototype: (Long pX, Long pY, Byte pSetPixels=True)

 

pXThe X coordinate for the window

 

pYThe Y coordinate for the window

 

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

SetWindowSize

 

 

 



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