[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write the collection to the stream.
Source position: objects.pp line 444
procedure TSortedCollection.Store( |
var S: TStream |
); |
Store writes the collection to the stream S. It does this by calling the inherited TCollection.Store, and then writing the Duplicates flag to the stream.
After a Store, the collection can be loaded from the stream with the constructor Load
For an example, see TCollection.Load.
Errors can be those of TStream.Put.
|
Instantiates a new instance of a TSortedCollection and loads it from stream. |