[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write descendent to stream
Source position: classesh.inc line 1588
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 |