HIDECOLHDR Property
PLBCMP GUI Only
The HIDECOLHDR property controls the column header display of a LISTVIEW object while in report view or a DATATABLE. The property uses the following format:
HIDECOLHDR ={value}
Note the following:
HIDECOLHDR may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW or DATATABLE 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 |
Column headings are ... |
|
0 |
$OFF |
displayed. |
|
1 |
$ON |
not displayed. (default) |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |