RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.fmShareDenyNone Constant

Specifies file sharing that does not prevent file access by other applications.

Pascal
fmShareDenyNone = $0040;
C++
fmShareDenyNone = 0x0040;

fmShareDenyNone is one of the attributes assignable in the Create. The TFileStream is used to read and write files. It specifies file sharing that does not prevent any other applications from reading from or writing to the file. 

 

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