RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBox.CharCase Property

Determines the case of the text in the combo box.

Pascal
property CharCase: TEditCharCase;
C++
__property TEditCharCase CharCase;

Use CharCase to force the contents of the combo box into upper or lower case. 

When CharCase is set to ecLowerCase or ecUpperCase, the case of characters is converted as the user types into the combo box. Changing the CharCase property changes the actual text, not just its appearance; case information is lost and cannot be recaptured by changing CharCase back to ecNormal. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!