TdxSpellCheckerCustomCheckMode.Change(string) Method
Changes a misspelled word with AWord.
Declaration
procedure Change(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.
Use the Change method to replace the found misspelled word.
AWord specifies the suggested word.
See Also