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