That error is by design. The SpinEdit raises an exception when you enter a non-number/blank value. Due to the generic error class 'EConvertError' if we were to filter it, we would filter all 'EConvertError' errors, with the exception of this specific error all other errors of this nature are serious. While this one can be ignored.
|