EIntOverflow is the exception class for integer calculations whose results are too large to fit in the allocated register.
EIntOverflow = class(EIntError);
class EIntOverflow : public EIntError;
EIntOverflow is a occurs when data is lost because an integer result is too large to retain.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|