How to create list of objects?

Hi,

How can I create list of object, when I try do in this way:
uses System.Generics.Collections

var a:TObjectList<'TSomething'>;

I get an error
[Error] pwa.dashboard.pas(8): can't find unit "Generics.Collections"

According to this TMS Article


Generics should be available in version 1.6.

Ok ... thanks for the info