How to get System.Generics.Collections.TList in a TList?

1

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

    
asked by anonymous 03.04.2017 / 15:31

0 answers