IBinary.Stream

Syntax

Stream: IIOStream;

Description

The Stream property returns the stream linked to the binary object.

Comments

In the received stream the cursor will be placed at the end. Before the work starts, to go to the stream start, use the IIOStream.Seek method.

Example

The example of the ForeExec operation use to work with application methods and to send them to various objects, is given in theSending Objects as Parameters Values subsection.

See also:

IBinary