Back to Devexpress

TdxSpellCheckerAutoCorrectExceptions Class

vcl-dxspellcheckercore-a8dc0b61.md

latest1.2 KB
Original Source

TdxSpellCheckerAutoCorrectExceptions Class

A collection of words that won’t be automatically corrected by the spell checker.

Declaration

delphi
TdxSpellCheckerAutoCorrectExceptions = class(
    TObject
)

Remarks

In the AutoCorrect checking mode, the spell checker automatically corrects misspellings. However, certain words can be specified as exceptions to the spelling check, so that they will be prevented from automatic correction.

The TdxSpellCheckerAutoCorrectExceptions object is referenced by the spell checker’s AutoCorrectOptions.FirstLetterExceptions or AutoCorrectOptions.InitialCapsExceptions property.

Inheritance

TObject TdxSpellCheckerAutoCorrectExceptions

See Also

TdxSpellCheckerAutoCorrectExceptions Members

dxSpellCheckerCore Unit