TEditCharCase Enumeration

Represents type TEditCharCase.

Namespace: System.UI.Controls
type
 TEditCharCase = (ecNormal, ecUpperCase, ecLowerCase);

The TEditCharCase type exposes the following members.

Show:
 NameDescription
ecLowerCase

Represents constant ecLowerCase.

ecNormal

Represents constant ecNormal.

ecUpperCase

Represents constant ecUpperCase.

Top