TWriter.WriteDescendent
Write descendent to stream
Declaration
Source position: classesh.inc line 1743
public
procedure WriteDescendent(ARoot: TComponent; AAncestor: TComponent);
Description
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.
See also
Name | Description |
---|---|
TStream.WriteDescendent | Write descendent of a component |