TdxSpellCheckerAutoCorrectReplacementList.LoadFromStream(TStream) Method
Reads word-replacement pairs from the specified stream into the collection.
Declaration
procedure LoadFromStream(AStream: TStream);
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
The LoadFromStream method reads data that was previously created using the SaveToStream method.
AStream specifies the source stream.
See Also