RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EPackageError Class

EPackageError is the exception class for package-related errors.

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

SysUtils

EPackageError is raised at design time only, when an error occurs loading or utilizing a package. 

 

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