IStreamPersist.LoadFromStream
Load persistent data from stream.
Declaration
Source position: classesh.inc line 1159
default 
  procedure LoadFromStream(Stream: TStream);
Description
LoadFromStream is the method called when the object should load it's state from the stream stream. It should be able to read the data which was written using the SavetoStream method.
See also
| Name | Description | 
|---|---|
| IStreamPersist.SaveToStream | Save persistent data to 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. |