Write descendent to stream.
Source position: classesh.inc line 2134
| public procedure TWriter.WriteDescendent( | 
| ARoot: TComponent; | 
| AAncestor: TComponent | 
| ); | 
WriteDescendent writes ARoot as a descendent of AAncestor This is used to create diff streams: only the properties where ARoot differs from AAncestor are written to the stream.
| 
 | Write descendent of a component. |