[Overview][Types][Classes][Index] |
Controls the case conversion used for a value entered in the control.
Source position: groupededit.pp line 290
public property TCustomAbstractGroupedEdit.CharCase : TEditCharCase |
CharCase is a TEditCharCase property that controls the case conversion used (if any) for a value entered in the control. The default value for the property is ecNormal, and indicates that no case conversion is used. See TEditCharCase for more information about the enumeration values supported for the type.
Read and write access to the property value are redirected to the BaseEditor control.
Remark: | The value in CharCase can automatically be changed to ecNormal when an edit mask is assigned to the control. |
|
Represents the control used as the editor for the value in the grouped edit control. |
|
|
Determines the case for the text in the masked edit control. |
|
|
Contains the mask characters classes and literals used to format/obscure the value for the control. |
|
|
Determines the case for text in an edit box or a combo-box control. |
Version 4.0 | Generated 2025-05-03 | Home |