JVCL Help:IJvSpellChecker.Ignores

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Contains a list of words to ignore.


Pascal

 propertyIgnores: TStrings;


Description

Ignores is used for words that should be ignored in the current session. To make an ignored word persistent, you should call UserDictionary.Add and then save/load the UserDictionary to storage as needed.
In a typical spell checking application, Ignores is used to implement "Ignore All" functionality.


See Also

IJvSpellChecker.GetCurrentWord, IJvSpellChecker.Text


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page