Icon View Incident Report

Serious Serious
Reported By: Matthew Jones
Reported On: 7/23/2018
For: Version 2.06 Build 17
# 4671 Intrinsic Data Conversion Functions Throwing Strings Instead of Objects for Exceptions

With the following code, the label is actually already visible, but StrToInt throws a string message as the exception. errInfo.Message is undefined, because errInfo is the error string itself.

   try
       StrToInt('');
   except
       on errInfo : Exception do
       begin
           lblError.Visible := true;
           lblError.Caption := errInfo.Message;
       end;
   end;



Resolution Resolution
Fixed Problem on 7/24/2018 in version 2.06 build 18


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Modules
Elevate Web Builder Trial

Image