Skip to main content

TdxSpellCheckerAutoCorrectWordRange Record

Contains information on a replacement made in AutoCorrect checking mode.

Declaration

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