TCollection.PutItem
Put one item on the stream
Declaration
Source position: objects.pp line 458
default 
  procedure PutItem(var S: TStream; Item: Pointer);  Virtual;
Description
PutItem writes Item to stream S. This method is used internally by the TCollection object, and should not be called directly.
Errors
Errors are those returned by TStream.Put .
See also
| Name | Description | 
|---|---|
| GetItem | Read one item off the stream. | 
| Store | Write collection to a stream. |