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:
FULLROW may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW or TREEVIEW object.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Selection is made by clicking on... |
|
0 |
$OFF |
the first column of the row. (default) |
|
1 |
$ON |
any column in the row. |
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.
This property cannot be used if the TREELNSTYLE of the TREEVIEW object is set to $NOLINES.
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |