MobileTextArea.AllowSpellChecking
From Xojo Documentation
Property (As Boolean )
aMobileTextArea.AllowSpellChecking = newBooleanValue
or
BooleanValue = aMobileTextArea.AllowSpellChecking
New in 2020r2
Supported for all project types and targets.
or
BooleanValue = aMobileTextArea.AllowSpellChecking
New in 2020r2
Supported for all project types and targets.
If True, misspelled words will be underlined so that the user can use system-provided functions to replace them with the correct spelling.
See Also
AllowAutoCorrection property.