[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read an item from the stream.
Source position: objects.pp line 493
function TResourceCollection.GetItem( |
var S: TStream |
):Pointer; virtual; |
GetItem reads a resource item from the stream S. It reads the position, size and name from the stream, in that order. It DOES NOT read the resource itself from the stream.
The resulting item is not inserted in the collection. This call is manly for internal use by the TCollection.Load method.
Errors returned are those by TStream.Read
|
Initialize a new collection and load collection from a stream. |
|
|
Read data from stream to buffer. |