<p>Am 26.05.2016 09:39 schrieb "Marco van de Voort" <<a href="mailto:marcov@stack.nl">marcov@stack.nl</a>>:<br>
><br>
> In our previous episode, LacaK said:<br>
> > is there way how to declare function, which will accept as parameter any<br>
> > array type ?<br>
> > (this parameter I need forward to System.Length() only )<br>
><br>
> Generally one uses TArray<T> as parametertype. in such cases. One can take<br>
> the length of a generic array.</p>
<p>In that specific case that might not really help except if one puts the code into a class function of another generic class that does not have a Length method or property. But even then it might still fail cause of insufficient support in 2.6.4.</p>
<p>Regards,<br>
Sven</p>