qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
InOutRes
  System Unit Contents Index                                Back
 
 
  CONST
      InOutRes : Integer = 0;    { I/O result }
 
  Unit:     System (used automatically)
 
  Context:  IOResult
 
  Description
 
    InOutRes holds a value returned by the IOResult function. Several
    I/O procedures and functions pass information to IOResult through
    InOutRes.
 
    If I/O checking is turned off and IOResult is not called after an
    I/O operation, subsequent calls to certain I/O operations are
    ignored. The following routines require IOResult to be called if
    {$I-} is set and a previous I/O error has occurred:
 
      BlockRead   ║  FileSize  ║  SeekEof
      BlockWrite  ║  Flush     ║  SeekEoln
      Close       ║  Read      ║  Write
      Eof         ║  Readln    ║  Writeln
      Eoln        ║  Seek      ║