Back to Devexpress

TdxSpellCheckerPersistent Class

vcl-dxspellchecker-2b10c965.md

latest962 B
Original Source

TdxSpellCheckerPersistent Class

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

TdxSpellCheckerPersistent Members

dxSpellChecker Unit