On Sun, 2 Nov 2008, Graeme Geldenhuys wrote:
> On Sun, Nov 2, 2008 at 6:31 PM, Vladimir Zhirov <[EMAIL PROTECTED]> wrote:
> > So the questions are:
> > 1) Is this an expected behavior?
> > 2) Are there any detailed documentation to read on this subject? I have
> > not found anything, "Supports"
On Sun, Nov 2, 2008 at 6:31 PM, Vladimir Zhirov <[EMAIL PROTECTED]> wrote:
> So the questions are:
> 1) Is this an expected behavior?
> 2) Are there any detailed documentation to read on this subject? I have
> not found anything, "Supports" is not very google-friendly name :(
http://dn.codegear.co
On Sun, Nov 2, 2008 at 6:31 PM, Vladimir Zhirov <[EMAIL PROTECTED]> wrote:
>
> "Supports" does not seem to take into account interfaces inheritance,
> so to make the second call work as expected, I have to change TMyClass
> declaration to
>
>> TMyClass = class(IInterfacedObject, IMyBasicInterface,