<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I'm trying to write a generic linked-list without the use of classes and objects.<br><br></div>I need to be able to create generic pointer like this:<br><br></div><div style="margin-left:40px"><font face="monospace,monospace">Type<br></font></div><div style="margin-left:40px"><font face="monospace,monospace">  generic PGList<T> = ^specialize TGList<T>;<br><br><br></font></div></div></div>