[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WMODE()
 Turns the screen border overstep mode on or off
------------------------------------------------------------------------------
 Syntax

     WMODE(<lTop>,<lLeft>,<lBottom>,<lRight>) --> nError

 Arguments

     <lTop>  Designates the top border.

     <lLeft>  Designates the left border.

     <lBottom>  Designates the bottom border.

     <lRight>  Designates the right border.

     ()  If you designate a parameter as .T., you can move the window over
     that border.  If you designate a parameter as .F., you cannot move the
     window over that border.

 Returns

     If there is an error the function returns -1.  If no errors occur,
     WMODE() returns 0.

 Description

     WMODE() can be used to define whether each screen page can be moved,
     interactively or with WMOVE(), beyond the edge of each side of the
     screen or beyond the area defined by WBOARD().  The WMODE() setting is
     valid for all open windows.

 Note

     .  This function can be implemented when windows are already
        open.

 Example

     Here we specify that the window can only be moved over the top or bottom
     of the screen:

     WMODE(.T., .F., .T., .F.)


See Also: WBOARD() WMOVE() WSETMOVE() Introduction
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson