TOwnerStream.Source

Reference to the source stream.

Declaration

Source position: classesh.inc line 1153

public Property
  Source : TStream;

Description

Source is the source stream. It should be used by descendant streams to access the source stream to read from or write to.

Do not free the Source reference directly if SourceOwner is True. In that case the owner stream instance will free the source stream itself.

See also

Name Description
TOwnerStream.Create Create a new instance of TOwnerStream.
TStream Base class for streams.