EIntfCastError is the exception class for interface casting errors.
EIntfCastError = class(Exception);
class EIntfCastError : public Exception;
EIntfCastError is raised when an illegal cast is attempted on an interface.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|