Get(WindowVisible)
Category: Get
Syntax: Get ( WindowVisible ) |
Parameters: None
Data type returned: Number
Description:
Returns a number indicating whether the current window is visible or hidden.
Returns 1 if the window is visible.
Returns 0 if the window is hidden.
When you call a subscript in another file, it operates from the context of the front-most window in that file, but that window does not need to become the active window. The current window can therefore be different from the active, foreground window, and it can either be hidden or visible.
Examples:
Function |
Results |
---|---|
Get (WindowVisible) |
Returns 1, assuming the current window is visible. |