Icon View Incident Report

Serious Serious
Reported By: Rob Frye
Reported On: 4/20/2015
For: Version 2.00 Build 2
# 4188 Calls to Implementation-Only Functions/Procedures from Within a Class Cause an AV at Design-Time

If a local function or procedure (ie. no interface declaration) is used within a component, an 'Access violation' error will occur if the routine is called at design-time.

function GetMyColor: TColor;
begin
 Result := clRed;
end;

procedure TMyLabel.InitializeProperties;
begin
 inherited InitializeProperties;
 Background.Fill.Color := GetMyColor;
end;



Resolution Resolution
Fixed Problem on 7/13/2015 in version 2.01 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image