Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.38 CHVisible Property

Description:

Determines whether headings of Column objects are displayed when the LVStyle property is "3 - Report".

Used in control(s):

ListView

Values (with constants):

True - Displays headings.(POW-TRUE)

False - Does not display headings.(POW-FALSE)

Default value:

True(POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.