Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.93 DecimalPointIsComma Property

Description:

Indicates whether the decimal point is a period or comma for the COBOL-PICTURE render style.

Used in object:

RenderText

Values (with constants):

True - Decimal point is a comma.(POW-TRUE)
False - Decimal point is a period.(POW-FALSE)

It is only effective when the RenderStyle property is "1 - COBOL PICTURE".

Default value:

Depends on the system.

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.