RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOverflow Class

EOverflow is the exception class for floating-point register overflows.

Pascal
EOverflow = class(EMathError);
C++
class EOverflow : public EMathError;

SysUtils

EOverflow is raised when a calculated result is too large to fit in the floating-point register allocated for it and data is therefore lost. 

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

Note: Integer register overflows raise the EIntOverflow exception.
 

 

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