Icon View Incident Report

Minor Minor
Reported By: Christian Kaufmann
Reported On: 10/31/2015
For: Version 2.02 Build 4
# 4283 Empty Methods in a Form Unit Result in an Access Violation During a Save

When there is an "empty" methods in a form unit like the following, calling "Save" gives an access violation. When I remove the semicolon then it works. I do this trick to keep empty methods when I define the events I need to implement.

procedure TFViewEntryIndividual.InitByEvent;
begin
;
end;



Resolution Resolution
Fixed Problem on 11/1/2015 in version 2.03 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image