IsMinimized Method (WINDOW)
9.2C, PLBCMP GUI Only
The IsMinimized method reports whether a WINDOW object is minimized. The method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A WINDOW object that is accessed.
return
Optional. A Numeric Variable that returns the window minimized state.
Flags Affected: EOS, OVER, ZERO
Note the following:
The EOS flag is always cleared.
The ZERO flag is set when the return value is zero. A {return} value of zero indicates that the WINDOW is not minimized.
The OVER flag is set if the {return} variable is too small to store that value without being truncated.
See Also: Method Syntax, WINDOW Methods
![]() |