Determines the case of the text drawing.
property CharCase: TEditCharCase;
Use CharCase to specify particular case text painting. CharCase does not modify Text (as in TCustomEdit), it only transforms text before painting. The possible values of CharCase are as follows:
|
Value |
Meaning |
|
ecLowerCase |
The text is painted as lowercase |
|
ecNormal |
The text is painted as is, that is without transformation. |
|
ecUpperCase |
The text is painted as uppercase. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|