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

TdxSpellCheckerAutoCorrectWordRange Record

In This Article

Contains information on a replacement made in AutoCorrect checking mode.

#Declaration

Delphi
TdxSpellCheckerAutoCorrectWordRange = record

#Remarks

The Replacement field specifies the replacement for the selected text.

The SelStart field specifies the selected text’s start position.

The SelLength field specifies the selected text’s length.

The NewSelStart field specifies the position from which a new search for the next error is to be performed. This information is useful, for instance, if a cursor has been moved after the automatic correction, or move the start of the search another position.

See Also