Vcl.AxCtrls.TOleStream.Create
Delphi
constructor Create(const Stream: IStream);
C++
__fastcall TOleStream(const _di_IStream Stream);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TOleStream |
Description
Creates a TOleStream object to represent a stream interface.
Call Create to convert a stream interface into a TOleStream object. The Stream parameter is the stream interface that the TOleStream object uses for reading and writing.