Back to Devexpress

TdxUserSpellCheckerDictionary Class

vcl-dxspellchecker-65bad9f1.md

latest1.3 KB
Original Source

TdxUserSpellCheckerDictionary Class

A user-defined dictionary.

Declaration

delphi
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

TdxUserSpellCheckerDictionary Members

dxSpellChecker Unit