VIEWSTYLE Property


PLBCMP GUI Only

 

The VIEWSTYLE property indicates the format of data displayed by a LISTVIEW object. The property uses the following format:

VIEWSTYLE={value}

Note the following:

  1. VIEWSTYLE may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW 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 list is displayed ...

    1

    $VIEWICON

    with large icons that fills horizontally and wraps when the line is filled.

    2

    $VIEWLIST

    vertically until reaching the bottom and then starts a new column if space is available.

    3

    $VIEWREPORT

    as a vertical list that does not wrap. (default)

    4

    $VIEWSICON

    with small icons that fills horizontally and wraps when the line is filled.

     

  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 VARVALUE Property VISIBLE Property