Re: [fpc-pascal] Interfaces inheritance and "Supports" routine

2008-11-03 Thread Michael Van Canneyt
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"

Re: [fpc-pascal] Interfaces inheritance and "Supports" routine

2008-11-02 Thread Graeme Geldenhuys
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

Re: [fpc-pascal] Interfaces inheritance and "Supports" routine

2008-11-02 Thread Graeme Geldenhuys
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,