Previous: Flag constants To the Table of Content Next: File-attribute constants

- 4.24.1.2 -
Standard Units
Dos Unit
Dos Unit Constants and Variables

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: Flag constants To the Table of Content Next: File-attribute constants
Flag constants Table of Content File-attribute constants

- 4.24.1.2 -