Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IStreamable > Methods
IStreamable.SaveToStream(TStream) Method
The SaveToStream method should save to the Stream any data needed by the object to completely rebuild itself from the stream later.
Namespace: CommonInterfaces
Delphi
public procedure SaveToStream(Stream: TStream);
Parameters
Stream
Type: TStream
•CommonInterfaces.IStreamable.LoadFromStream(TStream)
•IStreamable
•CommonInterfaces