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:

  1. MULTIROW may be used in CREATE, SETPROP, or GETPROP statements of a TABCONTROL object.

  2. 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.

  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 rows are ...

    0

    $OFF

    not allowed. (default)

    1

    $ON

    allowed.

     

  5. This property is not available when using the PL/B Web Server.

 

 

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

 



PL/B Language Reference MULTILINE Property MULTISELECT Property