Back to Devexpress

TdxSpellCheckerAutoCorrectReplacementList Class

vcl-dxspellcheckercore-766a8a1e.md

latest1.5 KB
Original Source

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

TdxSpellCheckerAutoCorrectReplacementList Members

dxSpellCheckerCore Unit