FHannes Posted November 14, 2011 Share Posted November 14, 2011 The latest pre-alpha version of SCAR Titan now supports the use of generics. I've currently removed the supported collections like TObjList and such as they will be replaced by generic classes in the future. At the moment these are not yet included. For those who don't know what generics are, they allow you to define types that can be cast to a type later on. Example: type TArray<T> = array of T; var IntArray: TArray<Integer>; begin end. Quote Link to comment Share on other sites More sharing options...