How to receive System.Generics.Collections.Tlist in a Tlist?

Asked

Viewed 245 times

1

I have a problem trying to get Tlist from a Generics.Collections.Tlist.

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’t access a class within that class. Because it is in 'Customers.Exames.Exame', within Customers, has Texame that I want to take the values but gives incompatibility

  • How do you deserialize this JSON? How are you assigning value to your generic list?

  • I answered a question where I showed you how to use generic lists. See if you can help.http://answall.com/questions/155969/fazer-um-locate-de-um-clientdataset%C3%A9-very expensive/156317#156317

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.