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>wsetmove()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WSETMOVE()

Syntax:     WSETMOVE() ([<expL>])

Arguments:  <expL> Denotes whether a window should be shifted
            interactively after operating Scroll Lock or executing the
            KSETSCROLL() function.

            (.T.) means window can be moved interactively.
            (.F.) means window can not be moved interactively.

Returns:    A logical value.
            Corosponds to the current setting of WSETMOVE().

Usage:      This function is used to enable and disable the ability to shift
            the window interactively with the cursor keys.  If no argument
            passed the function will return the current setting.

            The preliminary setting for WSETMOVE() is "shift allowed".

Library:    CT1.LIB


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

Examples:   WSETMOVE(.F.)
            WOPEN(5,5,15,15)

            *   The open window can not be moved interactively.



See Also: WBOARD() WMODE() WMOVE() KSETSCROLL()

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