[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Load persistent data from stream.
Source position: classesh.inc line 635
procedure IStreamPersist.LoadFromStream( |
Stream: TStream |
); |
LoadFromStreamis 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 SavetoStreammethod.
|
Base class for streaming system and persistent properties. |
|
|
Base class for all components that need owner-owned functionality. |
|
|
Base class for streams. |
|
|
Save persistent data to stream. |