RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDivByZero Class

EDivByZero is the exception class for integer divide-by-zero errors.

Pascal
EDivByZero = class(EIntError);
C++
class EDivByZero : public EIntError;

SysUtils

EDivByZero is raised when an application tries to divide an integer by zero. 

Run-time exception information is saved in fields provided by EExternal.

Note: Floating-point divide-by-zero errors raise the EZeroDivide exception.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!