UPPERCASE Property
PLBCMP GUI Only
The UPPERCASE property specifies that all characters entered into the EDITTEXT field in lower case be converted to upper case. The property uses the following format:
UPPERCASE[={value}]
Note the following:
UPPERCASE may be used in CREATE statements of an EDITTEXT object.
This property is obsolescent and has been replaced by the EDITTYPE=5 property.
The EDITTYPE property must be used if SETPROP or GETPROP operations are required.
If the UPPERCASE property is specified without an assignment, the action is the same as if UPPERCASE=1 were given.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Lowercase character conversion is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |