Icon View Incident Report

Minor Minor
Reported By: ooptimum
Reported On: 11/17/2018
For: Version 2.06 Build 18
# 4691 Comparing an Enumerated Type to an Enumerated Type Member Causes Compiler Access Violation

Unexpected compilation error (access violation in compiler) of incorrect code.

project Project1;

uses WebCore;

type
  enum = (one, two);

var
  b: Boolean;
begin
  b := enum = one;
end.



Resolution Resolution
Fixed Problem on 11/20/2018 in version 2.06 build 19


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image