vcl-169004-expressspellchecker-vcl-spell-checker.md
The VCL Spell Checker component allows users to find spelling mistakes in text. You can integrate the spell checker into DevExpress VCL controls that support text editing.
The following topics contain step-by-step instructions on how to use the Spell Checker component and general information on how the component detects misspelled words:
The component supports the following dictionaries:
Refer to the following topic for detailed information on dictionary management in code: How to Add Dictionaries in Code
Check As You TypeIn this mode, the spell checker underlines misspelled words while a user types text. A user can open the context menu for a misspelled word and do any of the following:
AutoCorrectIn this mode, the spell checker corrects misspelled words and incorrect capitalization as a user types text. A user can adjust auto correction settings in the AutoCorrect Options dialog. A user should select AutoCorrect -> AutoCorrect Options in the misspelled word’s context menu to invoke the dialog.
This dialog allows a user to correct mistakes and add new words to a custom dictionary while checking the text. You can switch the dialog between Outlook and Word display styles.
This dialog allows a user to specify spell check rules.
This dialog allows a user to specify options for the automatic spell checking, and change the list of word replacements.
This dialog allows a user to specify exceptions to automatic correction.
This dialog allows a user to edit words in a custom dictionary.
The notification dialog that is displayed when all misspelled words are corrected.
See Also