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

TOwnerStream.Source

Reference to the source stream.

Declaration

Source position: classesh.inc line 620

public property TOwnerStream.Source: TStream
  read FSource;

Description

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

Do not free the Source reference directly. Either the owner stream instance should free the source stream or

See also

TOwnerStream.Create

  

Create a new instance of TOwnerStream.