xHarbour Reference Documentation > Function Reference |
Changes the upper left coordinate for the current window.
WMove( <nTop>, <nLeft> ) --> nWindowID
The function returns the ID of the current window as a numeric value.
Note: to move the current window outside the WBoard() area, function WMode() must be called with four .T. (true) parameters.
See also: | WBoard(), WMode(), WOpen(), WSelect() |
Category: | CT:Window , Windows (text mode) |
Source: | ct\ctwin.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com