Put one item on the stream.
Source position: objects.pp line 472
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. |