<p>Am 13.10.2015 08:37 schrieb "David Emerson" <<a href="mailto:david@angelbase.com">david@angelbase.com</a>>:<br>
> So far I have not figured out how to typecast an interface into its implementing class, which would be an alternate solution for my particular situation.</p>
<p>As long as it's a COM-style interface you can use "intf as classtype". Be aware though that you can get problems with reference counting as the class instance won't be subject to the reference counting like the interface instance is.</p>
<p>Regards,<br>
Sven</p>