xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WSetMove()

Toggles the setting for moving windows interactively.

Syntax

WSetMove( [<lNewMoveMode>] ) --> lOldMoveMode

Arguments

<lNewMoveMode>
A logical value can be passed that defines the new mode for moving windows interactively.

Return

The function returns the previous setting as a logical value.

Description

WSetMove() maintains a single logical value indicating if windows can be moved interactively. The move operation must be implemented using WMove(). Refer to WOpen() for an example of moving windows.

Info

See also:WBoard(), WMode(), WMove()
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