[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Put one item on the stream
Source position: objects.pp line 423
procedure TCollection.PutItem( |
var S: TStream; |
Item: Pointer |
); virtual; |
PutItem writes Item to stream S. This method is used internaly 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. |
No notes exist for this page yet.