RemovePanel Method (STATUSBAR)
PLBCMP GUI Only
The RemovePanel method deletes a STATUSPANEL object from a STATUSBAR object. The method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A STATUSBAR from which a panel is removed.
return
Optional. A Numeric Variable that indicates the success or failure of the method.
key
Required. A Character String Variable or Numeric Variable that specifies the run-time name or zero-based position of the panel.
Flags Affected: EOS, OVER, ZERO
Note the following:
A {return} value of zero (0) indicates success.
If the value returned is zero, the ZERO Condition Flag is set.
The OVER and EOS Condition Flags are always cleared.
For improved performance in the Application Server environment, do not specify the optional return value unless needed.
See Also: Method Syntax, STATUSBAR Methods
![]() |