RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleStream.Create Constructor

Creates a TOleStream object to represent a stream interface.

Pascal
constructor Create(const Stream: IStream);
C++
__fastcall TOleStream(const IStream Stream);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!