TABWTHSTYLE Property
PLBCMP GUI Only
The TABWTHSTYLE property specifies the label style of a TABCONTROL object. The property uses the following format:
TABWTHSTYLE={value}
Note the following:
TABWTHSTYLE may be used in CREATE, SETPROP, or GETPROP statements of a TABCONTROL 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 label text is ... |
|
0 |
$NONE |
unchanged. (default) |
|
1 |
$FIXED |
fixed. |
|
2 |
$JUST |
justified. |
|
3 |
$NOJUST |
not justified. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |