RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.fmShareDenyWrite Constant

Specifies file sharing that prevents write file access by other applications.

Pascal
fmShareDenyWrite = $0020;
C++
fmShareDenyWrite = 0x0020;

fmShareDenyWrite is one of the attributes assignable in the Create. The TFileStream is used to read and write files. It specifies file sharing that prevents other applications from writing to the file. Other applications may open the file for reading only. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!