| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Determines the ownership of a TStreamAdapter
Source position: classesh.inc line 1053
| type TStreamOwnership = ( | ||
| soReference, | 
 | Stream is referenced only, it is not freed by the adapter | 
| soOwned | 
 | Stream is owned: it will be freed when the adapter is freed. | 
| ); | 
The ownership of a streamadapter determines what happens with the stream on which a TStreamAdapter acts, when the adapter is freed.
| 
 | Implements IStream for TStream descendants | |
| 
 | COM stream abstraction |