[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oWin:Move( <nTop>, <nLeft>, <nWidth>, <nHeight>, lRepaint ) -> <nil>
------------------------------------------------------------------------------
PARAMETER:
<nTop> TO <nHeigth> are the new coordinates and sizes of the window
measured in pixels
<lRepaint> If this parameter is TRUE ( default ), the window
will be repainted soon after the move.
DESCRIPTION:
This Method is called when the Window receives a WM_MOVE Message,
because the user has moved the window. It method will move the current
window to a new position and change its size. If the window is a top
level window, the coordinates are relative to the top left of the screen.
If the window is a child window, the coordinates ar relative to the top
left corner of the parent window. If <nRight> is zero, the width and
height of the window does not change.
After moving the method ::CoorsUpdate is called to refresh the
coordinate data.
!seealso:"Normal" "SetSize"
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson