TScripter and generics TList<T>

Hello,


I'm working with a lot of Aurelius objects and TList<T> 
How can I pass TList<T> to Scripter ?

Kind regards

Hello,

Yes, it's possible. Declare the specialized list class normally using 



Scripter.DefineClassByRTTI(MyList.ClassType);


And you will be able to use most of properties and methods of the list.


1 Like