Skip to main content

TdxSpellCheckerAutoCorrectExceptions Methods

A collection of words that won’t be automatically corrected by the spell checker.
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