TdxSpellCheckerPersistent Members
The base class for the spell checker’s dictionaries (such as TdxISpellDictionary, TdxHunspellDictionary, TdxOpenOfficeDictionary, and TdxUserSpellCheckerDictionary) that require streaming capability.Constructors
Name | Description |
---|---|
Create(TdxCustomSpellChecker) | Initializes a new instance of the TdxSpellCheckerPersistent class with specified settings. |
Properties
Name | Description |
---|---|
SpellChecker | Returns a spell checker. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
ToString | Inherited from TObject. |
See Also