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

TStringCollection.GetItem

Get string from the stream.

Declaration

Source position: objects.pp line 458

function TStringCollection.GetItem(

  var S: TStream

):Pointer; virtual;

Description

GetItem reads a string from the stream S and returns a pointer to it. It doesn't insert the string in the collection.

This method is primarily introduced to be able to load and store the collection from and to a stream.

Errors

The errors returned are those of TStream.ReadStr.

See also

TStringCollection.PutItem

  

Write a string to the stream.


Documentation generated on: May 14 2021