[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Write an item to the stream.
Source position: objects.pp line 491
procedure TResourceCollection.PutItem( |
var S: TStream; |
Item: Pointer |
); virtual; |
PutItem writes Item to the stream S. It does this by writing the position and size and name of the resource item to the stream.
This method is used primarily by the Store method.
Errors returned are those by TStream.Write.
|
Write collection to a stream. |
No notes exist for this page yet.