I'm having a problem trying to get the TList from a Generics.Collections.TList.
It gives the following error:
[dcc32 Error] Unit1.pas(101): E2010 Incompatible types: 'TExame' and 'System.Generics.Collections.TList<modExame.TExame>'
I basically get a Json for the class, but I can not access a class within that class. For it is in 'Clients.Examples.Exam', within Clients, has the TExame that I want to get the values but gives incompatibility