[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

FileMode

Default file mode for untyped files.

Declaration

Source position: systemh.inc line 689

const FileMode: Byte = 2;

Description

FileMode determines how untyped files are opened for reading with Reset. It can have the following values:

0
open file readonly
1
open file write only
2
open file read/write

Documentation generated on: May 14 2021