IsMinimized Method (WINDOW)


9.2C, PLBCMP GUI Only

 

The IsMinimized method reports whether a WINDOW object is minimized. The method uses the following format:

 

[label]

{object}.IsMinimized

[GIVING {return}]

 

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:

  1. The EOS flag is always cleared.

  2. The ZERO flag is set when the return value is zero. A {return} value of zero indicates that the WINDOW is not minimized.

  3. The OVER flag is set if the {return} variable is too small to store that value without being truncated.

  4.  

 

See Also: Method Syntax, WINDOW Methods

 



PL/B Language Reference IOCancelMode (WINDOW) MDIChildNext Method (WINDOW)