| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Persistence streaming interface.
Source position: classesh.inc line 1005
type IStreamPersist = interface  | 
||
procedure LoadFromStream();  | 
  | 
Load persistent data from stream.  | 
procedure SaveToStream();  | 
  | 
Save persistent data to stream.  | 
end;  | 
  | 
Persistence streaming interface.  | 
IStreamPersist defines an interface for object persistence streaming to a stream. Any class implementing this interface is expected to be able to save or load it's state from or to a stream.
  | 
Base class for streaming system and persistent properties.  | 
|
  | 
Base class for all components that need owner-owned functionality.  | 
|
  | 
Base class for streams.  |