Specifies the origin of the TStream.Seek method.
Source position: classesh.inc line 69
type TSeekOrigin = ( |
||
soBeginning, |
|
Offset is interpreted relative to the start of the stream. |
soCurrent, |
|
Offset is interpreted relative to the current position in the stream. |
soEnd |
|
Offset is interpreted relative to the end of the stream. |
); |