TEditCharCase indicates how a control forces the case of characters, if at all.
TEditCharCase = ( ecNormal, ecUpperCase, ecLowerCase );
enum TEditCharCase { ecNormal, ecUpperCase, ecLowerCase };
StdCtrls
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. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|