<p>Am 21.03.2013 18:58 schrieb "Hans-Peter Diettrich" <<a href="mailto:DrDiettrich1@aol.com">DrDiettrich1@aol.com</a>>:<br>
><br>
> Kostas Michalopoulos schrieb:<br>
><br>
>> Thanks, i understand that. My question is, can i somehow make FPC to add AddRef/Release calls also to TBlah so i can use refcounting with a class just like i would use it with an interface?<br>
><br>
><br>
> When you declare IBlah and implement it in TBlah, you can use:<br>
><br>
> var MyBlah: IBlah; //instead of TBlah!<br>
> ...<br>
>   MyBlah := TBlah.Create as IBlah;</p>
<p>You don't need the "as".</p>
<p>Regards,<br>
Sven</p>