Specifies a file to be created with a specific name.
fmCreate = $FFFF;
fmCreate = 0xFFFF;
Classes
fmCreate is one of the values you pass to the Create method when specifying a file to be ready for read/write. The TFileStream is used to read and write files. It specifies that a new file is to be created.
faShareCompat
faShareDenyNone
faShareDenyRead
faShareDenyWrite
faShareExclusive
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|