TStrCollection.PutItem
Write a null-terminated string to the stream.
Declaration
Source position: objects.pp line 499
default
procedure PutItem(var S: TStream; Item: Pointer); Virtual;
Description
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
Errors are those of TStream.StrWrite .
See also
Name | Description |
---|---|
TStrCollection.GetItem | Read a null-terminated string from the stream. |