RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.fmCreate Constant

Specifies a file to be created with a specific name.

Pascal
fmCreate = $FFFF;
C++
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. 

 

fmOpenRead 

fmOpenReadWrite 

fmOpenWrite 

faShareCompat 

faShareDenyNone 

faShareDenyRead 

faShareDenyWrite 

faShareExclusive 

FileMode 

Create

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!