Back to product page

Stream property (StreamBlob)


Holds reference to stream.

Type

Reference to IStream object.

Syntax

  • Basic
object.Stream [= value]
The Stream(object,value) syntax has these parts:
objectAn expression evaluating to an object of type StreamBlob.
valueReference 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.