TOwnerStream.SourceOwner
Indicates whether the ownerstream owns it's source
Declaration
Source position: classesh.inc line 1154
public Property
SourceOwner : Boolean;
Description
SourceOwner indicates whether the TOwnerStream owns it's Source stream or not. If this property is True then the Source stream is freed when the TOwnerStream instance is freed.
See also
Name | Description |
---|---|
TOwnerStream.Destroy | Destroys the TOwnerStream instance and the source stream. |
TOwnerStream.Source | Reference to the source stream. |