[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read a resource header from the stream.
Source position: classesh.inc line 883
public procedure TStream.ReadResHeader; |
ReadResourceHeader reads a reasource file header from the stream. It positions the stream just beyond the header.
ReadResourceHeader should not be called directly, it is called by the streaming system when needed.
If the resource header is invalid an EInvalidImage exception is raised.
|
Reads component data and resource header from a stream |
|
|
Exception raised when the resource header needed for streaming of a component is invalid. |