RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.fmShareCompat Constant

Specifies file sharing that is FCB compatible.

Pascal
fmShareCompat = $0000 platform;
C++
fmShareCompat = 0x0000 platform;

fmShareCompat is one of the attributes assignable in the Create. The TFileStream is used to read and write files. It specifies file sharing that is compatible with the way that FCB's (File Control Blocks) are opened. 

 

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