SeekEnd (ActiveX / VCL)

<< Click to Display Table of Contents >>

Navigation:  Memory Streams (ActiveX / VCL) >

SeekEnd (ActiveX / VCL)

Previous pageReturn to chapter overviewNext page

[Professional Edition and above; ActiveX / VCL only]

Moves the file pointer to the given position, which is relative to the end of the stream. Therefore the parameter pos must always be negative or null.

method void TVPEStream.SeekEnd(

long pos

)

long pos

the new position, must always be negative or null