RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIniFileException Class

EIniFileException is the exception class for errors that occur when working with INI files using TIniFile.

Pascal
EIniFileException = class(Exception);
C++
class EIniFileException : public Exception;

EIniFileException is raised when TIniFile fails in an attempt to modify its associated INI file. 

 

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