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