Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>wmode()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WMODE()

Syntax:     WMODE() ([<expL1>,<expL2>,<expL3>,<expL4>])

Arguments:  <expL1> Allow the window to be shifted above the top edge?
            <expL2> Allow the window to be shifted beyond the left-hand
            edge?
            <expL3> Allow the window to be shifted below the bottom
            edge?
            <expL4> Allow the window to be shifted beyond the
            right-hand edge?

Returns:    A numeric value.
            -1 if an error occurs, otherwise 0.

Usage:      WMODE() can be used to define whether a window may be
            moved beyond the edge of each side of the screen, or off
            the area determined by WBOARD(), either interactively or
            with WMOVE().

Note:       This function will only operate when all windows are closed.
            The standard for all sides is "do not shift beyond boarders."

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   WMODE(.T., .F., .T., .F.)

            *   Here it is stipulated that the window may
            *   only be pushed upwards or downwards beyond
            *   the area.



See Also: WBOARD() WMOVE() WSETMOVE()

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