TdxSpellCheckerPersistent Class
In This Article
The base class for the spell checker’s dictionaries (such as TdxISpellDictionary, TdxHunspellDictionary, TdxOpenOfficeDictionary, and TdxUserSpellCheckerDictionary) that require streaming capability.
#Declaration
Delphi
TdxSpellCheckerPersistent = class(
TPersistent
)
#Remarks
Do not use this class directly. Use its descendants instead.
#Inheritance
TObject
TPersistent
TdxSpellCheckerPersistent
See Also