rtl: less hints

This commit is contained in:
mattias 2019-09-18 17:33:09 +00:00
parent 7dc3c9659f
commit d77f936d0e

View File

@ -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;