Icon View Incident Report

Minor Minor
Reported By: Christian Kaufmann
Reported On: 7/31/2013
For: Version 1.02 Build 2
# 3934 Trying to Call an Event Handler Parameter Directly Causes Compiler Error

The following works fine, if I assign AAfterLoad to a variable in the class itself first.

procedure TBSDataSet.EnsureLoaded(AAfterLoad: TNotifyEvent);
var
 n : Integer;
begin      
 if State <> dsClosed then begin
   AAfterLoad(Self);   <<<<< here I get a compiler error
   Exit;
 end;        
 ...
end;



Resolution Resolution
Fixed Problem on 8/2/2013 in version 1.03 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image