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:

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

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

  3.  

    Value

    Keyword

    The label text is ...

    0

    $NONE

    unchanged. (default)

    1

    $FIXED

    fixed.

    2

    $JUST

    justified.

    3

    $NOJUST

    not justified.

     

  4. 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 TABSTYLE Property TAG Property