MobileTextField.InputTypes

From Xojo Documentation

Enumeration
MobileTextField.InputTypes

New in 2020r2

The types of keyboards that can appear to make data entry easier.

Values

Enum Description
Default Standard text entry.
NumbersAndPunctuation For entering numbers that may include formatting.
URL For entering URLs.
Numbers For entering only numbers. No decimals or any punctuation.
Phone For entering phone numbers.
NamePhone Toggles between Default and Phone.
Email For entering email addresses.
Decimal Numbers only but includes the decimal.
Twitter Like Default but includes the @ and # characters.
WebSearch Like Default but changes the Done button to Go.


See Also

InputType property.