<p>Am 13.10.2015 19:21 schrieb <<a href="mailto:wkitty42@windstream.net">wkitty42@windstream.net</a>>:<br>
>><br>
>> If somebody really has to do this wouldn't "also" be a better choice to avoid<br>
>> (getting close to overloading "as"? :-/<br>
><br>
><br>
> it might... i don't know anything about "as" because i've never used it... what does it do?</p>
<p>It's an operator for casting classes and interfaces in a safe way (which means that an exception is raised if the cast fails).</p>
<p>See here: <a href="http://www.freepascal.org/docs-html/ref/refsu47.html#x141-15100012.8.7">http://www.freepascal.org/docs-html/ref/refsu47.html#x141-15100012.8.7</a></p>
<p>Regards,<br>
Sven</p>