TdxSpellCheckerAutoCorrectReplacementList.LoadFromFile(string) Method
Reads word-replacement pairs from the specified file into the collection.
Declaration
procedure LoadFromFile(const AFileName: string);
Parameters
| Name | Type |
|---|---|
| AFileName | string |
Remarks
AFileName specifies the source file that was previously created using the SaveToFile method.
See Also