RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.fmShareDenyRead Constant

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

Pascal
fmShareDenyRead = $0030 platform;
C++
fmShareDenyRead = 0x0030 platform;

fmShareDenyRead 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 reading the file. Other applications may open the file for writing only. 

 

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