JVCL Help:IJvSpellChecker.UserDictionary
JVCL Help: IJvSpellChecker.UserDictionary Property
Search in JVCL Help
Search in all projectsSummary
A sorted list of words the user has selected as his own words.
Pascal
propertyUserDictionary: TStrings;
Description
UserDictionary is used to manage the users own words. The main difference between a dictionary and a user dictionary is that you cannot change the content of the main dictionary once loaded (without reloading it). In addition, UserDictionary is presumed to contain a list of sorted words, one per line, whereas the dictionary can be in any format determined by the actual implementation. Use UserDictionary to create a list of words that the user has chosen as his own word. For example, in a typical spell checking application, this property can be used to implement "Add" functionality.
See Also
IJvSpellChecker.Dictionary, IJvSpellChecker.Ignores
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