[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

EIntfCastError

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Invalid interface cast error.

Declaration

Source position: sysutilh.inc line 150

type EIntfCastError = class(Exception) end;

Inheritance

EIntfCastError

  

Invalid interface cast error.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

EIntfCastError is raised when an invalid interface cast is encountered.

See also

EInvalidCast

  

Invalid typecast error.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.