Skip to main content

TdxSpellCheckerAutoCorrectExceptions Class

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

Declaration

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