Specifies a file should be opened for reading and writing.
fmOpenReadWrite = $0002;
fmOpenReadWrite = 0x0002;
SysUtils
fmOpenReadWrite is one of the values you can assign to FileMode. It is also one of the attributes assignable in the Create. The TFileStream is used to read and write files. When you assign the value fmOpenReadWrite, subsequent calls to Reset open files for reading and writing.
faShareCompat
faShareDenyNone
faShareDenyRead
faShareDenyWrite
faShareExclusive
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|