RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EFCreateError Class

EFCreateError is the exception class for streaming file-creation errors.

Pascal
EFCreateError = class(EFileStreamError);
C++
class EFCreateError : public EFileStreamError;

Classes

EFCreateError is raised when an application unsuccessfully attempts to create a file. This can occur, for example, if a user specifies an invalid file name, or specifies the name of an existing file that cannot be overwritten because the user lacks appropriate access permission. 

 

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