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

Syntax:     WCLOSE()

Returns:    A numeric value.
            The number of the window active after WCLOSE().

Usage:      The most recently selected window closed when this function is
            called.  Control will then be returned automatically to the next
            previously selected window.

Note:       The number of the window closed with WCLOSE() will
            subsequently be release and used again at the next
            WOPEN(), circumstances permitting.

            When WCLOSE() is called, the system will not return to the
            physical screen (window 0) if there are other windows still
            active.  The window system will return to the window selected
            before the physical screen.

Library:    CT1.LIB


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

Examples:   WSELECT(3)
            ...
            WSELECT(0)
            ...
            WSELECT(5)
            ...
            WCLOSE()


            After this sequence of commands, you will be in window
            number 3, not in window number 0.



See Also: WOPEN() WSELECT()

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