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.
Newlook Smartclient
Newlook Server
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.
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. |
PasswordChar property | Text property | Style property