[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TWriter.WriteDescendent

Write descendent to stream

Declaration

Source position: classesh.inc line 1588

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: May 14 2021