String - Case Property
Specifies the allowed casing of the string
Member of String (PRIM_ALPH)
Data Type - Enumeration
Details
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 |