Page History
String - Case Property
| Panel | ||
|---|---|---|
| ||
Specifies the allowed casing of the string |
Member of String (PRIM_ALPH)
...
The Case property defines the allowed case for data entry
Allowed Values
Enum Value | Description |
|---|---|
Lower | Lower case characters only (All languages) |
LowerAZ | Lower case characters only |
Mixed | Upper and lower case characters |
Upper | Upper case characters only (All languages) |
UpperAZ | Upper case characters only |
...