| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Read a null-terminated string from the stream.
Source position: objects.pp line 471
| function TStrCollection.GetItem( | 
| var S: TStream | 
| ):Pointer; virtual; | 
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.
The errors returned are those of TStream.StrRead.
| 
 | Write a null-terminated string to the stream. |