Icon View Incident Report

Minor Minor
Reported By: Tim Young
Reported On: 9/2/2015
For: Version 2.01 Build 2
# 4239 Compiler Allowing Class Types as Parameters When Class Instances Expected

Passing a class as a parameter where an instance of the class is expected does not trigger a compiler error when it should.

procedure TForm1.Form1Create(Sender: TObject);
begin
  Browser1:=TBrowser.Create(TForm1);  <<<<<< TForm1 is a class, not a class instance
end;



Resolution Resolution
Fixed Problem on 9/2/2015 in version 2.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image