TProxyStream.Create
Create a new instance of the TProxyStream class.
Declaration
Source position: classesh.inc line 1138
public
constructor Create(const Stream: IStream);
Description
Create initializes a new instance of the TProxyStream class. It saves var stream for use in the other methods.
See also
Name | Description |
---|---|
#rtl.types.IStream | COM stream abstraction |