[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Read component properties from a specified resource file
Source position: classesh.inc line 1635
function ReadComponentResFile( |
const FileName: String; |
Instance: TComponent |
):TComponent; |
ReadComponentResFilestarts reading properties for Instancefrom the file FileName. It creates a filestream from FileNameand then calls the TStream.ReadComponentResmethod to read the state of the component from the stream.
|
Reads component data and resource header from a stream |
|
|
Write component properties to a specified resource file |