help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TSeekOrigin

Specifies the origin of the TStream.Seek method.

Declaration

Source position: classesh.inc line 58

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.

);

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505