RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EFOpenError Class

EFOpenError is the exception class for file-opening errors during streaming.

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

EFOpenError is raised when an application cannot open a specified file. This can occur, for example, because the file doesn't exist or is not in the directory where the application is searching for it. 

 

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