Single File System: Virtual File System Delphi Library
for Archive / Backup with Transparent Compression and Strong Encryption


TStream.WriteDescendent
Top 

TStream
Streams components and their properties in inherited forms.

procedure WriteDescendent(Instance, Ancestor: TComponent);

Description
Do not call WriteDescendent directly. WriteDescendent is called automatically by WriteComponent.

WriteDescendent constructs a writer object, then calls the writer object's WriteDescendent method to write the component passed in Instance to the stream. Instance is either an inherited form descended from Ancestor or nil. However, WriteDescendent is never used to write owned components, only to initiate streaming on the root component.


© 2000-2004 AidAim Software LLC Single File System: