Skip to main content

TdxSpellCheckerAutoCorrectReplacementList Class

A collection of words used by the spell checker as replacements in the AutoCorrect checking mode.

Declaration

TdxSpellCheckerAutoCorrectReplacementList = class(
    TdxSpellCheckerReplacementList
)

Remarks

With the DevExpress spell checker, you can use automatic text replacement feature. This means that you can define aliases, which will be automatically replaced by specified strings as you type. This is useful, for instance, when end-users frequently need to type in similar lengthy strings. In this case, you can specify short aliases that will be automatically replaced by appropriate text fragments.

The TdxSpellCheckerAutoCorrectReplacementList object is referenced by the spell checker’s AutoCorrectOptions.Replacements property.

Inheritance

TObject
TList
TcxObjectList
TdxSpellCheckerReplacementList
TdxSpellCheckerAutoCorrectReplacementList
See Also