TdxSpellCheckerAutoCorrectExceptions Members
A collection of words that won’t be automatically corrected by the spell checker.Constructors
| Name | Description |
|---|---|
| Create(TdxSpellCheckerCustomAutoCorrectOptions) | Initializes a new instance of the TdxSpellCheckerAutoCorrectExceptions class with specified settings. |
Properties
| Name | Description |
|---|---|
| AutoInclude | Specifies whether a misspelled word should be automatically added to the collection if correction has been cancelled. |
| Count | Returns the number of words that are stored in the collection. |
| Exceptions | Provides zero-based indexed access to words in the collection. |
Methods
| Name | Description |
|---|---|
| Add(string) | Adds a specified word to the collection. |
| Clear | Deletes all the words in the collection. |
| Delete(Integer) | |
| Delete(string) | Deletes the specified word in the collection. |
| Equals(TObject) | Inherited from TObject. |
| Find(string) | Performs a case-sensitive search for the specified word. |
| GetHashCode | Inherited from TObject. |
| LoadFromFile(string) | Reads words from the specified file into the collection. |
| LoadFromStream(TStream) | Reads words from the specified stream into the collection. |
| PopulateExceptions(TStrings) | Populates the parameter with the words contained in the collection. |
| SaveToFile(string) | Writes words from the collection to the specified file. |
| SaveToStream(TStream) | Writes words from the collection to the specified stream. |
| ToString | Inherited from TObject. |
See Also