I have started using of generics in Delphi 2010 but I have a problem when compiling this piece of code:
TThreadBase = class( TThread ) ... end; TThreadBaseL
The type
TList
is not the parent type of
Generics can't be used that way.