Re: [fpc-pascal] Inheriting from generics specialized classes

2011-11-24 Thread Sven Barth
Am 24.11.2011 17:00, schrieb Juha Manninen: ... Sorry, forgot subject first See my other mail... Regards, Sven ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Inheriting from generics specialized classes

2011-11-24 Thread Juha Manninen
... Sorry, forgot subject first I try to learn to use generics properly. First, this is a class definition without generics: TMyDerived = class(TObjectList) private MyInt: integer; public constructor Create(FreeObjects: Boolean=True); end; It works. Now I try to derive a clas