LABELWRAP Property


PLBCMP GUI Only

 

The LABELWRAP property specifies whether item labels in LISTVIEW object may wrap while in icon view. The property uses the following format:

 

LABELWRAP={value}

Note the following:

  1. LABELWRAP may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW object.

  2. If set to $OFF, text labels are displayed on a single line in icon view.

  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

    Label wrapping is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

     

  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 ITALIC Property LEFT Property