<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-02-25 5:45 GMT-03:00 Sven Barth <span dir="ltr"><<a href="mailto:pascaldragon@googlemail.com" target="_blank">pascaldragon@googlemail.com</a>></span>:<br>

<div>[...] </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="">
So, which syntax to use generic and meta class?<br>
</div></blockquote>
<br>
What might work (untested) is this:<br>
<br>
=== code begin ===<br>
<br>
type<div class=""><br>
  generic TMyGeneric<T> = class<br></div>
  public type<br>
    TMyGenericClass = class of TMyGeneric; // in mode Delphi this would be "class of TMyGeneric<T>"<br>
  public<br>
    class procedure RegisterItem(aItemClass: TMyGenericClass);<br>
  end;<br>
<br>
=== code end ===<div class=""><div class="h5"><br>
Regards,<br>
Sven</div></div></blockquote><div><br></div><div>Yyyeeesss buddy, it compiles! I'll continue my implementations this weekend. Generics is really wonderful! :)</div><div><br></div><div>I will continue my implementations this weekend.<br>

</div><div><br></div><div>Thanks a lot!</div><div><br></div></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>