[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   These constants are used by Turbo Pascal's file-handling procedures
   when files are opened or closed.  The mode fields of the file
   variables will contain one of the following values:

                         FmClosed   = $D7B0;
                         FmInput    = $D7B1;
                         FmOutput   = $D7B2;
                         FmInOut    = $D7B3;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson