Specifies the case of the component’s text.
Declaration
componentPropObj.CharCase
Read-Write Property | String |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
The property applies to the following objects:
TcxButtonEditProperties, TcxComboBoxProperties, TcxMemoProperties, TcxMRUEditProperties, TcxTextEditProperties
Description
The CharCase
property specifies if the component converts the inputted text to a particular case. Note that the text is not only displayed in the specified case, but also changed to it.
Property Value
One of the following string constants:
Constant | Description |
---|---|
“ecLowerCase ” |
The inputted text is converted to lower case. |
“ecNormal ” |
The inputted text's case is left unchanged. This is the default value. |
“ecUpperCase ” |
The inputted text is converted to the upper case. |