<div class="gmail_quote">2011/11/24 Jonas Maebe <span dir="ltr"><<a href="mailto:jonas.maebe@elis.ugent.be">jonas.maebe@elis.ugent.be</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">The syntax is now:</div>
<br>
type<br>
<div class="im"> generic TGen<_T> = class<br>
</div>   public type<br>
<div class="im">     T_TArray = array of _T;<br>
</div>   private var<br>
<div class="im">     w: T_TArray;<br>
   public<br>
     constructor Create(Value: _T);<br>
 end;<br>
<br>
 TSpecial = specialize TGen<integer>;<br>
<br>
</div>I.e., type, var etc are now inside public/private/protected sections, rather than that you have public/private/protected sections inside type/var blocks (Delphi-compatible and more logical). It should be added to User_Changes_2.6.0 though.<br>

</blockquote></div><br><div>Works.</div><div>Thanks for the quick answer.</div><div><br></div><div>Juha</div><div><br></div>