![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Incident Reports » Incident Reports Reported for Version 2.06 » View Incident Report |
![]() |
Reported By: Michael Dreher Reported On: 3/20/2018 For: Version 2.06 Build 11 |
type TFloatFunc1 = function(f : double) : double; TVector = class public function Equals(const v : TVector) : boolean; function Map(f : TFloatFunc1) : TVector; end; function DoubleTheValue(f : double) : double; begin Result := f*f; end; procedure RunTest; var b : boolean; begin b := TVector.Create.Map(DoubleTheValue).Equals(TVector.Create); // [Error] Main.wbs (42,27): The referenced variable, parameter, or function DoubleTheValue does not exist end;
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |