EInvalidCast is an exception class for typecasting errors.
EInvalidCast = class(Exception);
class EInvalidCast : public Exception;
SysUtils
EInvalidCast is raised when an illegal typecast is attempted.
Bad
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|