Description: | Determines whether blanks are suppressed in strings derived from the COBOL-PICTURE string. |
Used in object: | RenderText |
Values (with constants): | True - Blanks are suppressed.(POW-TRUE) It is only effective when the RenderStyle property is "1 - COBOL-PICTURE". |
Blanks affected: | |
Figure and Edited Numeric | Leading blank(s) |
Alphabet, Alphanumeric Character and Alphanumeric Edited | Trailing blank(s) |
Japanese and Japanese Edit | Trailing em-size blank(s). |
Default value: | False(POW-FALSE) |
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. |