- Refix changes overwritten by Mattias

git-svn-id: trunk@41319 -
This commit is contained in:
michael 2019-02-15 11:16:34 +00:00
parent fe47db32be
commit 17b993636c

View File

@ -777,7 +777,7 @@ begin
else If AObject is TObjectList then
Result.Add('Objects',StreamObjectList(TObjectList(AObject)))
else if (jsoStreamTlist in Options) and (AObject is TList) then
Result := TJSONObject(StreamTList(TList(AObject)))
Result.Add('Objects', StreamTList(TList(AObject)))
else
begin
PIL:=TPropInfoList.Create(AObject,tkProperties);