TStringCollection.GetItem
Get string from the stream.
Declaration
Source position: objects.pp line 484
default
function 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
Name | Description |
---|---|
TStringCollection.PutItem | Write a string to the stream. |