[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write resource header and component data to a stream, relative to an ancestor
Source position: classesh.inc line 868
public procedure TStream.WriteDescendentRes( |
const ResName: string; |
Instance: TComponent; |
Ancestor: TComponent |
); |
WriteDescendentRes writes a ResName resource header, and then calls WriteDescendent to write the state of Instance to the stream where it differs from Ancestor, i.e. only the changed properties are written to 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.