From d77f936d0ef508e60cf311abc5273b89d4fcc0aa Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 18 Sep 2019 17:33:09 +0000 Subject: [PATCH] rtl: less hints --- packages/rtl/web.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rtl/web.pas b/packages/rtl/web.pas index 3c7f860..446c520 100644 --- a/packages/rtl/web.pas +++ b/packages/rtl/web.pas @@ -3592,7 +3592,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject) Procedure set_(const aName,aValue : String); external name 'set'; Procedure set_(const aName : String; aBlob : TJSBlob); external name 'set'; Function getAll(const aName : String) : TJSFormDataEntryValueArray; - Function values : TJSValueDynArray; + Function values : TJSValueDynArray; reintroduce; Property Entry[aIndex : String] : TJSFormDataEntryValue read Get; end;