Vcl.StdCtrls.TEditCharCase
Delphi
TEditCharCase = System.UITypes.TEditCharCase;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.StdCtrls.pas | Vcl.StdCtrls | Vcl.StdCtrls |
Description
TEditCharCase indicates how a control forces the case of characters, if at all.
TEditCharCase specifies what case is given to text typed into a control. It can have one of the following values:
| Value | Meaning |
|---|---|
|
ecLowerCase |
The text is converted to lowercase. |
|
ecNormal |
The text appears in mixed case. It is not forced into any case. |
|
ecUpperCase |
The text is converted to uppercase. |