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

TdxSpellCheckerAutoCorrectReplacementList Class

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

#Declaration

Delphi
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