[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write component data to the stream
Source position: classesh.inc line 958
public procedure TStream.WriteComponent( |
Instance: TComponent |
); |
WriteComponent writes the published properties of Instance to the stream, so they can later be read with TStream.ReadComponent. This method is intended to be used by an IDE, to preserve the state of a form or datamodule as designed in the IDE.
WriteComponent simply calls WriteDescendant with Nil ancestor.
|
Reads component data from a stream |
|
|
Write resource header and component data to a stream |