TdxSpellCheckerAutoCorrectReplacementList.SaveToFile(string) Method
Writes word-replacement pairs from the collection to the specified file.
Declaration
procedure SaveToFile(const AFileName: string);
Parameters
| Name | Type |
|---|---|
| AFileName | string |
Remarks
The SaveToFile method creates XML file.
AFileName specifies the target file.
See Also