On Sun, Oct 22, 2017 at 11:53 PM, Ryan Joseph <[email protected]> wrote: > > >> On Oct 23, 2017, at 9:14 AM, Marcos Douglas B. Santos <[email protected]> >> wrote: >> >> How do the same with generic classes, using mode delphi? > > I think you need to specialize then alias the specialize type. Why do you > want to make an alias for an untyped generic anyways?
As Marco showed, to do this: type tttt<x> = anotherunit.tttt<x>; Best regards, Marcos Douglas _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
