Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.308 Underline Property

Description:

Determines whether the text is underlined.

Used in object:

Font

Values (with constants):

True - Text is underlined.(POW-TRUE)
False - Text is not underlined.(POW-FALSE)

Default value:

Container's UnderLine property.

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:

POW-UNDERLINEPIC S9(4) COMP-5