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;

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. 

 

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