| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Put one item on the stream
Source position: objects.pp line 432
| procedure TCollection.PutItem( | 
| var S: TStream; | 
| Item: Pointer | 
| ); virtual; | 
PutItem writes Item to stream S. This method is used internally by the TCollection object, and should not be called directly.
Errors are those returned by TStream.Put.
| 
 | Write collection to a stream. | |
| 
 | Read one item off the stream. |