TCustomRichView.LiveSpellingValidateWord

<< Click to display table of contents >>

TCustomRichView.LiveSpellingValidateWord

Removes live spelling underlines from all occurrences of AWord.

procedure LiveSpellingValidateWord(const AWord: TRVUnicodeString);

(introduced in version 1.9; changed in version 18)

Call this method if you added this word in a dictionary or ignore list.

This procedure does not affect further processing of this word. User dictionaries and ignore list must be maintained by spelling checkers.

 

If this TRichView control is registered in TRVSpellChecker component, the spell-checker calls this method automatically.

 

See also:

Live spelling check in RichView.