Icon TStreamOrigin

Unit: WebSrvr

TStreamOrigin = (orBeginning,orCurrent,orEnd)

Available In: Client and Server Applications

The TStreamOrigin enumerated type is used with the TStream Seek method to specify the origin for the seek operation.

ElementDescription
orBeginningSpecifies that the stream position should be moved relative to the beginning of the stream.
orCurrentSpecifies that the stream position should be moved relative to the current position in the stream.
orEndSpecifies that the stream position should be moved relative to the end of the stream.
Image