Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.215 PrintTitle Property

Description:

Indicates whether the title text is printed in the page header by the Print control.

Used in control(s):

Print

Values (with constants):

True - The Print control prints the title.(POW-TRUE)
False - The Print control does not print the title.(POW-FALSE)

Default value:

True - The Print control prints the title.(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.