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) 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. |