MobileTextArea.AllowAutoCorrection

From Xojo Documentation

Property (As Boolean )
aMobileTextArea.AllowAutoCorrection = newBooleanValue
or
BooleanValue = aMobileTextArea.AllowAutoCorrection

New in 2020r2

Supported for all project types and targets.

If True, some misspelled words will be automatically replaced with the correct spellings.

See Also

AllowSpellChecking property.