MULTICOLUMN Property
8.7C, PLBCMP GUI Only
The MULTICOLUMN property indicates whether a DATALIST object should contain multiple columns. The property uses the following format:
MULTICOLUMN={value}
Note the following:
MULTICOLUMN may be used in CREATE or GETPROP statements of DATALIST objects.
The size of the columns is set using the COLUMNWIDTH property.
{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 columns are ... |
|
0 |
$OFF |
not allowed. (default) |
|
1 |
$ON |
allowed. |
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |