[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomEdit.CharCase

Allows to force the text into all upper or lower case.

Declaration

Source position: stdctrls.pp line 758

public property TCustomEdit.CharCase : TEditCharCase
  read FCharCase
  write SetCharCase
  default ecNormal;

Description

The following conversions can be specified:

Remark: According conversions apply to the entire text, and can not be reverted.