[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|            WMAXIMUM             |
+---------------------------------+
WMAXIMUM([<window name>])

-----------------------------------
Returns true if specified window is maximized.
Return value - Logical
-----------------------------------

Windows can be enlarged to fill the entire screen.  A window can be
maximized by choosing the Zoom . option from the Window menu popup, by
pressing Ctrl+F10, by clicking the mouse on zoom control or with ZOOM
WINDOW.  A user-defined window created with DEFINE WINDOW can only be
maximized if the ZOOM keyword is included in its definition.

The WMAXIMUM() function returns a logical true if a specified window is
maximized.  If the specified window is not maximized, a logical false is
returned.

<window name>
        If a <window name> is not included in WMAXIMUM(), a logical value is
returned for the active window.

        To determine if a specific window is maximized, include the window's
name in WMAXIMUM().  You can include the names of the FoxPro system
windows (Command, View, ASCII, a Browse window, etc.) in WMAXIMUM().

-----------------------------------

See Also:  DEFINE WINDOW, WMINIMUM(), ZOOM WINDOW

-----------------------------------

See Also: DEFINE WINDOW WMINIMUM() ZOOM WINDOW
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson