Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.327 WordWrap Property

Description:

Indicates whether text wraps to the next line.

Used object:

TableColumn

Values (with constants):

True - Wraps text.(POW-TRUE)
False - Does not wrap text.(POW-FALSE)

Default value:

False - Does not wrap text.(POW-FALSE)

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.