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:

  1. MULTICOLUMN may be used in CREATE or GETPROP statements of DATALIST objects.

  2. The size of the columns is set using the COLUMNWIDTH property.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    Value

    Keyword

    Multiple columns are ...

    0

    $OFF

    not allowed. (default)

    1

    $ON

    allowed.

     

  5. When using the PL/B Web Server, this property is not supported.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference MPIWIDTH Property MULTILINE Property