[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Write resource header and component data to a stream
Source position: classesh.inc line 603
public procedure TStream.WriteComponentRes( |
const ResName: String; |
Instance: TComponent |
); |
WriteComponentReswrites a ResNameresource header to the stream and then calls WriteComponentto write the published properties of Instanceto the stream.
This method is intened for use by an IDE that can use it to store forms or datamodules as designed in a Windows resource stream.
|
Write component data to the stream |
|
|
Reads component data and resource header from a stream |