MobileTextField.AllowSpellChecking
From Xojo Documentation
Property (As Boolean )
aMobileTextField.AllowSpellChecking = newBooleanValue
or
BooleanValue = aMobileTextField.AllowSpellChecking
New in 2020r2
Supported for all project types and targets.
or
BooleanValue = aMobileTextField.AllowSpellChecking
New in 2020r2
Supported for all project types and targets.
If True, misspelled words will be underlined in red.
See Also
AllowAutoCorrection property.