* Use Typed Dataset property of TJSHTMLElement

This commit is contained in:
Michaël Van Canneyt 2022-06-22 17:00:08 +02:00
parent 326b571d8d
commit f844cde403

View File

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