CaseStyle Property

The CaseStyle property enables you to convert input in an edit box or multi-edit box to uppercase or lowercase.

Applies to: Edit boxes, multi-edit boxes.

Setting dynamically:

Winform Set form.control.CASESTYLE TO n;

Property Settings:

0 - Unchanged

Displays input as it was originally entered, whether uppercase, lowercase, or mixed-case (default).

1 - Lower

Converts all input to lowercase.

2 - Upper

Converts all input to uppercase.


WebFOCUS