xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WMove()

Changes the upper left coordinate for the current window.

Syntax

WMove( <nTop>, <nLeft> ) --> nWindowID

Arguments

<nTop>
This is a numeric value defining the new row coordinate for the upper left corner of the current window.
<nLeft>
This is a numeric value defining the new collumn coordinate for the upper left corner of the current window.

Return

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.

Info

See also:WBoard(), WMode(), WOpen(), WSelect()
Category: CT:Window , Windows (text mode)
Source:ct\ctwin.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe