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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!