| << Click to display table of contents >> TRVSpellChecker.GetAutoCorrection | 
Returns an auto-correction for the specified word.
function GetAutoCorrection(
  const AWordFrom: TRVUnicodeString;
  out AWordTo: TRVUnicodeString): Boolean;
If the active dictionary has an auto-correction for AWordFrom, it is returned in AWordTo.
Returns True if an auto-correction is found.
This feature is supported not for all platforms. See SupportsFeatures.