MobileTextField.InputTypes
From Xojo Documentation
Enumeration
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. |
For entering email addresses. | |
Decimal | Numbers only but includes the decimal. |
Like Default but includes the @ and # characters. | |
WebSearch | Like Default but changes the Done button to Go. |
See Also
InputType property.