RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIntfCastError Class

EIntfCastError is the exception class for interface casting errors.

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

SysUtils

EIntfCastError is raised when an illegal cast is attempted on an interface. 

 

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