TdxSpellCheckerWordCheckMode.ChangeSentence(string) Method
Replaces a misspelled sentence specified by the MisspelledSentence property.
Declaration
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