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;

Classes

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. 

 

EFOpenError 

EFilerError 

TFileStream 

TStrings 

TCustomMemoryStream 

TMemoryStream 

ReadComponentResFile 

WriteComponentResFile

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