mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 01:30:35 +02:00
- Refix changes overwritten by Mattias
git-svn-id: trunk@41319 -
This commit is contained in:
parent
fe47db32be
commit
17b993636c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user