AdoStream:Position Assign

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoStream Class >

AdoStream:Position Assign

Previous pageReturn to chapter overviewNext page

Purpose

Indicates the current position within a Stream object.

 

Prototype

ASSIGN Position ( liPos AS LONG )  AS LONG PASCAL CLASS AdoStream

 

Argument(s)

liPos        LONG: New position

 

 

Description

The current position can be moved to a point after the end of the stream. If you specify the current position beyond the end of the stream, the Size of the Stream object will be increased accordingly. Any new bytes added in this way will be null.

 

See Also

AdoStream