TdxSpellCheckerAutoCorrectReplacementList.SaveToStream(TStream) Method
Writes word-replacement pairs from the collection to the specified stream.
Declaration
procedure SaveToStream(AStream: TStream);
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
The SaveToStream method converts data into XML.
AStream specifies the target stream.
See Also