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:

  1. SORTHEADER may be used in CREATE or GETPROP statements of a LISTVIEW object.

  2. If set to $ON, the user can click on a column header and the program will receive a $COLCLICK event.

  3. Neither Windows nor the runtime automatically sorts the data for a selected column. This is the responsibility of the user application program.

  4. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  5.  

    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

 



PL/B Language Reference SORTED Property SORTORDER Property