SHOWPANEL Property
PLBCMP GUI Only
The SHOWPANEL property indicates whether any STATUSPANEL objects that have been added to the object are displayed. The property uses the following format:
SHOWPANEL={value}
Note the following:
SHOWPANEL may be used in CREATE, SETPROP, or GETPROP statements of a STATUSBAR object.
If set to $OFF, the TEXT property sets the text for the STATUSBAR object.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The panel is ... |
|
0 |
$OFF |
not displayed. (default) |
|
1 |
$ON |
displayed. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |