[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write collection to a stream.
Source position: objects.pp line 426
procedure TCollection.Store( |
var S: TStream |
); |
Store writes the collection to the stream S. It does this by writeing the current Count, Limit and Delta to the stream, and then writing each item to the stream.
The contents of the stream are then suitable for instantiating another collection with Load.
For an example, see TCollection.Load.
Errors returned are those by TStream.Put.
|
Initialize a new collection and load collection from a stream. |
|
|
Put one item on the stream |