Previous: 4.74.1.1. Flag constants To the Table of Contents Next: 4.74.1.3. File-attribute constants
4.74.1.1. Flag constants Table of Contents 4.74.1.3. File-attribute constants

- 4.74.1.2. -
Table of Contents
4. Standard Units
4.74. WinDos - MS-DOS function emulation for OS/2 and Win32
4.74.1. WinDos Unit Constants and Variables
4.74.1.2. File-mode constants


4.74.1.2. File-mode constants

Targets: MS-DOS, OS/2, Win32

Dos Unit, WinDos Unit

File-handling procedures use fmXXXX constants when opening and closing disk files.

The Mode fields of TFileRec and TTextRec will contain one of these values:
 Constant  Value 
 fmClosed  $D7B0
 fmInput  $D7B1
 fmOutput  $D7B2
 fmInOut  $D7B3



Previous: 4.74.1.1. Flag constants To the Table of Contents Next: 4.74.1.3. File-attribute constants
4.74.1.1. Flag constants Table of Contents 4.74.1.3. File-attribute constants

- 4.74.1.2. -