TIWCGCharCase Enumeration

Represents type TIWCGCharCase.

Namespace: IWCGJQControl
type
 TIWCGCharCase = (cgccNormal,cgccLowerCase,cgccUpperCase);

The TIWCGCharCase type exposes the following members.

Show:
 NameDescription
cgccLowerCase

Represents constant cgccLowerCase.

cgccNormal

Represents constant cgccNormal.

cgccUpperCase

Represents constant cgccUpperCase.

Top