Fix in DataFeed

This commit is contained in:
Michael Schimmel
2025-12-10 12:19:49 +01:00
parent 235de7a7c5
commit a3f6f4af26
4 changed files with 53 additions and 68 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ begin
fields[i] := TScalarRecordField.Create(fieldKey, TScalar.TKind(GetEnumValue(TypeInfo(TScalar.TKind), kindStr)));
end;
Result := TScalarRecordRegistry.Intern(fields);
Result := TScalarRecord.TRegistry.Intern(fields);
finally
jsonValue.Free;
end;