[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Write component properties to a specified resource file
Source position: classesh.inc line 1636
procedure WriteComponentResFile( |
const FileName: String; |
Instance: TComponent |
); |
WriteComponentResFilestarts writing properties of Instanceto the file FileName. It creates a filestream from FileNameand then calls TStream.WriteComponentResmethod to write the state of the component to the stream.
|
Write resource header and component data to a stream |
|
|
Read component properties from a specified resource file |