Delphi Compiler Error
E2099 Overflow in conversion or arithmetic operation
Reason for the Error & Solution
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.