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