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

TOwnerStream.SourceOwner

Indicates whether the ownerstream owns it's source

Declaration

Source position: classesh.inc line 630

public property TOwnerStream.SourceOwner: Boolean
  read Fowner
  write FOwner;

Description

SourceOwnerindicates whether the TOwnerStreamowns it's Sourcestream or not. If this property is Truethen the Sourcestream is freed when the TOwnerStreaminstance is freed.

See also

TOwnerStream.Source

  

Reference to the source stream.

TOwnerStream.Destroy

  

Destroys the TOwnerStreaminstance and the source stream.