|
|
System.IO.SeekOrigin Enumeration |
|
|
Description | |
|
Defines constants for the possible reference positions for use by the Seek method of various stream reading and writing classes.
|
|
Values | |
|
Begin | | | | The start of the stream |
Current | | | | The current stream position |
End | | | | After the final byte of the stream |
|
Delphi Basics links | |
|
|
Microsoft MSDN links | |
|
|
|
|
|
|