[Overview][Classes][Procedures and functions][Index] |
Load the collection from the stream.
Source position: streamcoll.pp line 62
public procedure TStreamCollection.SaveToStream( |
S: TStream |
); |
S |
|
Stream to save collection to |
SaveToStream saves the collection to the stream S so it can be read from the stream with LoadFromStream. It does this by writing the number of collection items to the stream, and then streaming all items in the collection by calling their SaveToStream method.
None.
|
Load the collection from a stream |