RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.fmShareExclusive Constant

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

Pascal
fmShareExclusive = $0010;
C++
fmShareExclusive = 0x0010;

fmShareExclusive 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 opening the file at all. 

 

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