[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.CharCase

Controls the case conversion used for a value entered in the control.

Declaration

Source position: groupededit.pp line 290

public property TCustomAbstractGroupedEdit.CharCase : TEditCharCase
  read GetCharCase
  write SetCharCase
  default ecNormal;

Description

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.

See also

TCustomAbstractGroupedEdit.BaseEditor

  

Represents the control used as the editor for the value in the grouped edit control.

TMaskEdit.CharCase

  

Determines the case for the text in the masked edit control.

TCustomMaskEdit.EditMask

  

Contains the mask characters classes and literals used to format/obscure the value for the control.

TEditCharCase

  

Determines the case for text in an edit box or a combo-box control.


Version 4.0 Generated 2025-05-03 Home