[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Invalid typecast error.
Source position: sysutilh.inc line 174
type EInvalidCast = class(Exception) ; |
|
Invalid typecast error. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
|
Base class of all classes. |
EInvalidCast is raised when an invalid typecast error (using the as operator) is encountered.
|
Invalid interface cast error. |