Description: | Indicates whether the case of characters entered should be converted to upper, lower or left as entered. |
Used in control(s): | TextBox |
Values (with constants): | 0 - Normal: No conversion.(POW-TEXTCASE-NORMAL) 1 - UpperCase: Converts all characters to upper case. (POW-TEXTCASE-UPPERCASE) 2 - LowerCase: Converts all characters to lower case. (POW-TEXTCASE-LOWERCASE) |
Default value: | 0 - Normal: No conversion.(POW-TEXTCASE-NORMAL) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_I2 |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |