IStreamPersist.SaveToStream
Save persistent data to stream.
Declaration
Source position: classesh.inc line 1160
default
procedure SaveToStream(Stream: TStream);
Description
SaveFromStream is the method called when the object should load it's state from the stream stream. The data written by this method should be readable by the LoadFromStream method.
See also
Name | Description |
---|---|
IStreamPersist.LoadFromStream | Load persistent data from stream. |
TComponent | Base class for all components that need owner-owned functionality. |
TPersistent | Base class for streaming system and persistent properties. |
TStream | Base class for streams. |