GRIDLINE Property
PLBCMP GUI Only
The GRIDLINE property allows an object to display borders around items and sub items. The property uses the following format:
GRIDLINE={value}
Note the following:
The GRIDLINE property may be used in GETPROP, SETPROP, and CREATE statements of a DATATABLE or LISTVIEW object.
This property requires version of 4.70 or later of the Microsoft comctl32.dll.
This property will only affect the operation of the LISTVIEW object when the VIEWSTYLE property is set to the $VIEWREPORT or when a DATATABLE is bound to a HTMLCONTROL with the style set to LISTVIEW mode.
{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 |
Grid line generation is ... |
|
0 |
$OFF |
disabled (default). |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |