MobileTextField.InputType
From Xojo Documentation
Property (As MobileTextField.InputTypes )
aMobileTextField.InputType = newMobileTextField.InputTypesValue
or
MobileTextField.InputTypesValue = aMobileTextField.InputType
New in 2020r2
Supported for all project types and targets.
or
MobileTextField.InputTypesValue = aMobileTextField.InputType
New in 2020r2
Supported for all project types and targets.
Indicates the type of data to be input so that the mobile device can display the appropriate keyboard.
Sample Code
PhoneField.InputType = MobileTextField.InputTypes.Phone
See Also
InputTypes enumeration.