<div dir="ltr">Hello List,<br><br>Since 2.6.0, when you write something like this:<br><br>procedure foo(AClass : TStrings); <br>foo(MyStringList); // Will return an error that TStrings is expected ...<br><br>I can not use TStringList as the parameter without casting it to TStrings.<br>

But I do not understand why this limitation added. Can you please explain it to me ?<br><br>What can be done in order to make it supported again ? should it be declared as an abstract class or something ?<br><br>Thanks,<br>

Ido<br>
</div>