Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TWriter.WriteDescendent

Write descendent to stream.

Declaration

Source position: classesh.inc line 1784

public procedure TWriter.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

TStream.WriteDescendent

  

Write descendent of a component.


Documentation generated on: Jul 24 2023