Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>wmode()</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson