Previous: 4.67.1.11. FarPointer type To the Table of Contents Next: 4.67.1.13. HeapHandle variable
4.67.1.11. FarPointer type Table of Contents 4.67.1.13. HeapHandle variable

- 4.67.1.12. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.12. FileMode variable


4.67.1.12. FileMode variable

Targets: MS-DOS, OS/2, Win32

System Unit

The FileMode variable determines the access code to pass to Operating System when typed and untyped files are opened using the Reset procedure. By default FileMode is 2. Following modes may be assigned to FileMode:
 Meaning  Value 
Read only0
Write only1
Read/Write2



Previous: 4.67.1.11. FarPointer type To the Table of Contents Next: 4.67.1.13. HeapHandle variable
4.67.1.11. FarPointer type Table of Contents 4.67.1.13. HeapHandle variable

- 4.67.1.12. -