TdxSpellCheckerCustomCheckMode.ChangeAll(string) Method
Maps a misspelled word to the corresponding AWord.
Declaration
procedure ChangeAll(const AWord: string); virtual;
Parameters
Name | Type |
---|---|
AWord | string |
Remarks
The GetNextMisspelledWord method searches for the misspelled word, and if this word is found, writes it to the MisspelledWord property.
The ChangeAll method binds the found misspelled word and the corresponding AWord, so that the similar misspelled words will be changed with AWord in the next checking actions.
AWord specifies the suggested word.
See Also