WebTextField.AutoCapitalize

From Xojo Documentation

Property (As Boolean )
aWebTextField.AutoCapitalize = newBooleanValue
or
BooleanValue = aWebTextField.AutoCapitalize

New in 2011r2

Supported for all project types and targets.

If True, words will attempted to be automatically capitalize words. Supported for iOS.

Example

Enable auto-capitalization of words when using an iOS web browser:

Me.AutoCapitalize = True