System.SysUtils.EIntfCastError

From RAD Studio API Documentation

EIntfCastErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EIntfCastError = class(Exception);

C++

class PASCALIMPLEMENTATION EIntfCastError : public Exception

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

EIntfCastError is the exception class for interface casting errors.

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

See Also