Description
-
Holds reference to stream.
Property type
-
Reference to
IStream object.
Syntax
-
object.Stream [= value]
The Stream Property syntax has these parts:
| object |
An expression
evaluating to an object of type StreamBlob. |
| value |
Reference to IStream object. |
Remarks
-
The Stream property is used to set reference to underlying
IStream object that stores actual data. When StreamBlob receives
data, he passes it to underlying Stream for saving. When StreamBlob
needs to provide data to the application, he asks Stream for the
data and passes it to the application.
Obviously, if Stream is not set, you are unable to use
StreamBlob.
|