[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Write a string to the stream.
Source position: objects.pp line 453
procedure TStringCollection.PutItem( |
var S: TStream; |
Item: Pointer |
); virtual; |
PutItemwrites the string pointed to by Itemto the stream S.
This method is primarily used in the Loadand Storemethods, and should not be used directly.
Errors are those of TStream.WriteStr.
|
Get string from the stream. |