GetActiveMPIChild Method (WINDOW)
10.7, PLBCMP GUI Only
The GetActiveMPIChild method returns the OBJECTID property of the active MPI child WINDOW object. This method is only implemented for Web Objects. 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 receives the OBJECTID of the active MPI window.
Flags Affected: EOS, OVER, ZERO
Note the following:
Zero is returned if there is no active MPI child window.
If the value returned is zero, the ZERO Condition Flag is set.
The OVER and EOS Condition Flags are always cleared.
See Also: Example Code, Method Syntax, WINDOW Methods
![]() |