WVisible()
Controls the hiding or showing of a window
──────────────────────────────────────────────────────────────────────────────

Syntax

WVisible( [ <lAction>, ] [ <nWindow> ] ) --> lCurrentSetting

Arguments

<lAction> is an optional parameter to hide or show the window

<nWindow> is an optional Window number to hide or show

Returns

WVisible() returns the current window number as a numeric.

Description

WVisible() can be used by you to hide or show a window.


Examples

■ This example shows how to make a hidden window visible:

IF WVisible( nWindow )
WVisible( .T., nWindow )
ENDIF


Files: Library is MRWINDOW.LIB.