help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Objects' (#rtl)

TCollection.Store

Write collection to a stream.

Declaration

Source position: objects.pp line 422

procedure TCollection.Store(

  var S: TStream

);

Description

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

Errors returned are those by TStream.Put.

See also

TCollection.Load

  

Initialize a new collection and load collection from a stream.

TCollection.PutItem

  

Put one item on the stream

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505