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

TdxSpellCheckerWordCheckMode.ChangeSentence(string) Method

Replaces a misspelled sentence specified by the MisspelledSentence property.

#Declaration

Delphi
procedure ChangeSentence(const ASentence: string); virtual;

#Parameters

Name Type
ASentence string

#Remarks

In the Word-style dialog, the ChangeSentence method updates a sentence that has been changed by an end-user in the Not in Dictionary: box.

Use the ChangeSentence method if you derive a dialog from the Word-style dialog.

ASentence specifies the sentence with which a misspelled sentence is to be replaced.

See Also