MPIShow Method (WINDOW)
10.7, PLBCMP GUI Only
The MPIShow method shows or hides a MPI client WINDOW. 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 indicates the success or failure of the method.
show
Required. A Numeric Variable that specifies a parameter value as defined below.
Flags Affected: EOS, OVER, ZERO
Note the following:
The required {show} parameter is a decimal number, a Numeric Variable, Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The MPI child window is ... |
|
0 |
$SW_HIDE |
hidden from view. |
|
1 |
$SW_SHOWNORMAL |
visible. |
If the value returned is zero, the ZERO Condition Flag is set.
The OVER and EOS Condition Flags are always cleared.
See Also: Method Syntax, WINDOW Methods
![]() |