TStreamOwnership
Determines the ownership of a TStreamAdapter
Declaration
Source position: classesh.inc line 1312
Type
TStreamOwnership = (soReference,soOwned)
Description
The ownership of a streamadapter determines what happens with the stream on which a TStreamAdapter acts, when the adapter is freed.
See also
Name | Description |
---|---|
#rtl.types.IStream | COM stream abstraction |
TStreamAdapter | Implements IStream for TStream descendants |