<p>Am 26.05.2016 08:33 schrieb "LacaK" <<a href="mailto:lacak@zoznam.sk">lacak@zoznam.sk</a>>:<br>
><br>
> Hi,<br>
><br>
> is there way how to declare function, which will accept as parameter any array type ?<br>
> (this parameter I need forward to System.Length() only )<br>
><br>
> Just like Length() function.<br>
><br>
> Now I fall into problem with generics , where I have in one unit generic object, which has Length property (or Length function)<br>
> This function internally calls System.Length(A)<br>
><br>
> But when I specialize such generic in another unit, I give "Compilation aborted" (FPC 2.6.4)<br>
[snip]<br>
> Is there any workaround ?</p>
<p>Test with 3.0.0. Everything before that is vastly inferior regarding generics.<br>
If it happens there and with 3.1.1 as well then please file a bug report.</p>
<p>Regards,<br>
Sven</p>