SORTHEADER Property
PLBCMP GUI Only
The SORTHEADER property indicates that column headers will act as buttons in a LISTVIEW object. The property uses the following format:
SORTHEADER={value}
Note the following:
SORTHEADER may be used in CREATE or GETPROP statements of a LISTVIEW object.
If set to $ON, the user can click on a column header and the program will receive a $COLCLICK event.
Neither Windows nor the runtime automatically sorts the data for a selected column. This is the responsibility of the user application program.
{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 |
A click on a column heading ... |
|
0 |
$OFF |
does not generate an event. (default) |
|
1 |
$ON |
generates an event. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |