Explorar o código

* Use Typed Dataset property of TJSHTMLElement

Michaël Van Canneyt %!s(int64=3) %!d(string=hai) anos
pai
achega
f844cde403
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/webwidget/webwidget.pas

+ 1 - 1
packages/webwidget/webwidget.pas

@@ -2314,7 +2314,7 @@ Var
 begin
   el:=Element;
   if Assigned(El) then
-    Result:=String(El.Dataset[aName])
+    Result:=El.Dataset[aName]
   else
     Result:='';
 end;