<< Click to Display Table of Contents >> AdoStream:Position Assign |
![]() ![]() ![]() |
Indicates the current position within a Stream object.
ASSIGN Position ( liPos AS LONG ) AS LONG PASCAL CLASS AdoStream
liPos LONG: New position
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.