<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Oct 31, 2014 at 12:01 AM, Kiên Nguyễn Tiến Trung <span dir="ltr"><<a href="mailto:kc97ble@gmail.com" target="_blank">kc97ble@gmail.com</a>></span> wrote:<br><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 dir="ltr"><div>AFAIK, you must create a new type:<br><br></div>type<br>    TMyGenericInt = specialize TMyGeneric<Integer>;<br>var<br>    VMyGenericInt: TMyGenericInt;<br><br>begin<br>    VMyGenericInt:= TMyGenericInt.Create;<br>    VMyGenericInt.Value := 2014;<br>    VMyGenericInt.Free;<br>end.</div></blockquote></div><div><br></div><div>Hm... so I'll choose the mode delphi in my new projects to type less code hehe...</div><div><br></div><div>Thanks guy! =)</div><div><br></div>-- <br><div class="gmail_signature">Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a></div>
</div></div>