E2099 Overflow in conversion or arithmetic operation (Delphi)
Go Up to Error and Warning Messages (Delphi) Index
The compiler has detected an overflow in an arithmetic expression: the result of the expression is too large to be represented in 32 bits.
Check your computations to ensure that the value can be represented by the computer hardware.