TdxSpellCheckerReplacement.ChangeReplacement(string) Method
Changes the current replacement with the specified text.
Declaration
procedure ChangeReplacement(const S: string);
Parameters
Name | Type |
---|---|
S | string |
Remarks
S specifies the text to be used for correction instead of the current replacement.
See Also