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:

  1. HIDECOLHDR may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW or DATATABLE object.

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

  3.  

    Value

    Keyword

    Column headings are ...

    0

    $OFF

    displayed.

    1

    $ON

    not displayed. (default)

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference HELPTOPIC Property HIDESEL Property