Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

fmShareDenyWrite

Lock file so other processes can only read.

Declaration

Source position: filutilh.inc line 199

const fmShareDenyWrite = $0020;

Description

fmOpenShareDenyWrite is used in the FileOpen call OR-ed together with one of fmOpenReadWrite, fmOpenRead or fmOpenWrite, to open a file so other processes cannot write to it, they can only read.

See also

FileOpen

  

Open an existing file and return a file handle.


Documentation generated on: Jul 24 2023