DelphiBasics
  Home  |  Delphi .net Home  |  System.IO NameSpace
 .NET Framework
 Namespace References

 System
 System.Collections
 System.Globalization
 System.IO
 
  BinaryReader  Class 
  BinaryWriter  Class 
  BufferedStream  Class 
  Directory  Class 
  DirectoryInfo  Class 
  File  Class 
  FileAccess  Enumeration 
  FileAttributes  Enumeration 
  FileInfo  Class 
  FileMode  Enumeration 
  FileShare  Enumeration 
  FileStream  Class 
  FileSystemWatcher  Class 
  MemoryStream  Class 
  Path  Class 
  SeekOrigin  Enumeration 
  StreamReader  Class 
  StreamWriter  Class 
  StringReader  Class 
  StringWriter  Class 

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  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
 
System.IO.BinaryWriter
System.IO.BufferedStream
System.IO.FileStream
System.IO.MemoryStream

 Microsoft MSDN links
 
System.IO
System.IO.seekorigin
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page