VSoftTechnologies/DUnitX

EReadError exception using GUI VCL test runner from Delphi XE 1 (Zoom property)

Closed this issue · 0 comments

EReadError exception is raised at runtime when you use GUI VCL test runner from Delphi XE 1 (Zoom property does not exist) .

Code to reproduce :

program TestProject;

{$STRONGLINKTYPES ON}

uses
  DUnitX.Loggers.GUI.VCL;

begin
  DUnitX.Loggers.GUI.VCL.Run;
end.

Solution :

edit DUnitX.Loggers.GUI.VCL.dfm file and remove line 339

318 object rchText: TRichEdit

339 Zoom = 100
340 end