TdxUserSpellCheckerDictionary Class
A user-defined dictionary.
Declaration
TdxUserSpellCheckerDictionary = class(
TdxSpellCheckerDictionary
)
Remarks
The TdxUserSpellCheckerDictionary is a dictionary of the plain text format. In these dictionaries, each word is placed on a new line.
With this dictionary type, you can construct your own dictionaries, or even allow end-users to add their specific terms to the properly spelled word lists.
The TdxUserSpellCheckerDictionary object is referenced by the spell checker’s DictionaryItems.DictionaryType property.
Inheritance
TObject
TPersistent
TdxSpellCheckerPersistent
TdxCustomSpellCheckerDictionary
TdxSpellCheckerDictionary
TdxUserSpellCheckerDictionary
See Also