Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.274 Strikethrough Property

Description:

Indicates whether the text has the strikethrough (deletion) line.

Used in object:

Font

Values (with constants):

True - Has strikethrough.(POW-TRUE)
False - Does not have strikethrough.(POW-FALSE)

Default value:

Container's Strikethrough 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-STRIKE PIC S9(4) COMP-5