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