<p>Am 15.07.2015 11:51 schrieb "Graeme Geldenhuys" <<a href="mailto:mailinglists@geldenhuys.co.uk">mailinglists@geldenhuys.co.uk</a>>:<br>
><br>
> On 2015-07-15 10:21, Sven Barth wrote:<br>
> > The property could even be<br>
> > protected or private and it should still work as long as the containing<br>
> > class has the interface in its parent list.<br>
><br>
> I thought that would only work if you access the method via an interface<br>
> variable, not a class instance variable.<br>
><br>
> In his sample code fc is a class instance.<br>
><br>
> I didn't test if his sample code works under Delphi though. Then again,<br>
> if I work with Interfaces, I only ever use an interface reference to<br>
> call methods of that interface.</p>
<p>Ehm yes, as a class instance variable it probably only works using the property. I'd need to test this in Delphi as well however ;)</p>
<p>Regards,<br>
Sven</p>