TdxSpellCheckerAutoCorrectExceptions Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tdx |
#Properties
Name | Description |
---|---|
Auto |
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 |
Adds a specified word to the collection. |
Clear | Deletes all the words in the collection. |
Delete |
|
Delete |
Deletes the specified word in the collection. |
Equals |
Inherited from TObject. |
Find |
Performs a case-sensitive search for the specified word. |
Get |
Inherited from TObject. |
Load |
Reads words from the specified file into the collection. |
Load |
Reads words from the specified stream into the collection. |
Populate |
Populates the parameter with the words contained in the collection. |
Save |
Writes words from the collection to the specified file. |
Save |
Writes words from the collection to the specified stream. |
To |
Inherited from TObject. |
See Also