TStreamAdapter.Clone
Clone the stream
Declaration
Source position: classesh.inc line 1333
public
function Clone(out stm: IStream) : HRESULT; Virtual;
Description
Clone implements #rtl.types.IStream.Clone .
Errors
This function must be overridden and will raise a runerror 217 when called directly.
See also
Name | Description |
---|---|
#rtl.types.IStream.Clone | Clone the stream instance |