| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Create a new instance of TOwnerStream.
Source position: classesh.inc line 998
| public constructor TOwnerStream.Create( | 
| ASource: TStream | 
| ); | 
Create instantiates a new instance of TOwnerStream and stores the reference to AStream. If SourceOwner is True, the source stream will also be freed when the instance is destroyed.
| 
 | Destroys the TOwnerStream instance and the source stream. | |
| 
 | Reference to the source stream. | |
| 
 | Indicates whether the ownerstream owns it's source |