Uppercase Property

Gets or sets a value which determines whether user entered text is converted to uppercase.

object.Uppercase = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Client support

Newlook Smartclient

Newlook Server

Use

This property is useful if you need to format the string provided by the user in uppercase before sending it back to the host. Turning this on ensures that any text entered by the user or selected from the drop down list, will be converted to uppercase.

Settings

The Uppercase settings for the combo box, date combo box, numeric combo box and text box controls are :

Setting

Description

True

Any text entered by the user is converted to uppercase.

False

(Default) User entered text is not converted.

See Also

PasswordChar property | Text property | Style property

Applies To

Combo box control

Date combo box control

Text box control

NumericCombo control