MULTIROW Property
PLBCMP GUI Only
The MULTIROW property allows a TABCONTROL object to have multiple rows of labels. The property uses the following format:
MULTIROW={value}
Note the following:
MULTIROW may be used in CREATE, SETPROP, or GETPROP statements of a TABCONTROL object.
If multiple rows are not allowed and the labels are too large to fit in one row, left and right arrow buttons are drawn to allow access to the other labels.
{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 |
Multiple rows are ... |
|
0 |
$OFF |
not allowed. (default) |
|
1 |
$ON |
allowed. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |