Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpellCheckerAutoCorrectExceptions Methods
Show Inherited Hide Inherited

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