TStrCollection.GetItem
Read a null-terminated string from the stream.
Declaration
Source position: objects.pp line 497
default
function GetItem(var S: TStream) : Pointer; Virtual;
Description
GetItem reads a null-terminated 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.StrRead .
See also
Name | Description |
---|---|
TStrCollection.PutItem | Write a null-terminated string to the stream. |