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