FULLROW Property


PLBCMP GUI Only

 

The FULLROW property controls the selection of rows within an object. The property uses the following format:

 

FULLROW={value}

Note the following:

  1. FULLROW may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW or TREEVIEW 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

    Selection is made by clicking on...

    0

    $OFF

    the first column of the row. (default)

    1

    $ON

    any column in the row.

     

  4. This property will not take affect unless a Microsoft file version of 4.71 or later of comctl32.dll is installed on the workstation. It is not available under Windows 3.x.

  5. This property cannot be used if the TREELNSTYLE of the TREEVIEW object is set to $NOLINES.

  6. 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 FORMAT Property GRIDALIGN Property