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.
Include File Directive
  Compiler Directives Contents Index                        Back
 
  {$I <filename>}
 
  Description
 
    Introduces an outside file into the program file that contains
    the directive. The default extension is .PAS.
 
    Up to eight include files can be open at one time. Do not place
    include directives inside statements. Include files cannot cross
    statement blocks.
 
    Note:  The $I symbol has two uses. When followed by a + or -, it
    turns I/O checking on or off.
 
  See also:  {$I+}, {$I-}