[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Read an item from the stream.
Source position: objects.pp line 490
function TResourceCollection.GetItem( |
var S: TStream |
):Pointer; virtual; |
GetItemreads 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.Loadmethod.
Errors returned are those by TStream.Read
|
Initialize a new collection and load collection from a stream. |
|
|
Read data from stream to buffer. |