Write descendent of a component.
Source position: classesh.inc line 1406
public procedure TStream.WriteDescendent( |
Instance: TComponent; |
Ancestor: TComponent |
); overload; |
Instance: TComponent; |
Ancestor: TComponent; |
aWriteUnitname: Boolean |
); overload; |
WriteDescendent will create a TWriter writer class and write Instance as a descendent of Ancestor using the writer. This is used to create diff streams: only the properties where Instance differs from Ancestor are written to the stream.
|
Write descendent to stream. |