[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Reads component data and resource header from a stream
Source position: classesh.inc line 957
public function TStream.ReadComponentRes( |
Instance: TComponent |
):TComponent; |
ReadComponentRes reads a resource header from the stream, and then calls ReadComponent to read the component state from the stream into Instance.
This method is usually called by the global streaming method when instantiating forms and datamodules as created by an IDE. It should be used mainly on Windows, to store components in Windows resources.
If an error occurs during the reading of the component, an EFilerError exception is raised.
|
Reads component data from a stream |
|
|
Write resource header and component data to a stream |