xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WMode()

Determines on which side windows are allowed to be moved off the screen.

Syntax

WMode( [<lTop>]   , ;
       [<lLeft>]  , ;
       [<lBottom>], ;
       [<lRight>]   ) --> Zero

Arguments

<lTop>
If this parameter is set to .T. (true), windows can be moved beyond the top row of the screen, or the area defined with WBoard().
<lLeft>
If this parameter is set to .T. (true), windows can be moved beyond the left column of the screen, or the area defined with WBoard().
<lBottom>
If this parameter is set to .T. (true), windows can be moved beyond the bottom row of the screen, or the area defined with WBoard().
<lRight>
If this parameter is set to .T. (true), windows can be moved beyond the right column of the screen, or the area defined with WBoard().

Return

The function returns always zero.

Info

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