[fpc-pascal] interface inheritance implementation

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Mon Oct 12 18:06:45 CEST 2015


On 2015-10-12 16:18, Sven Barth wrote:
> Would be nice if you'd find it.


I found it, but the point is moot (just like my recent post about
Interface documentation bug). It's Blue Monday for me today. :-[

http://stackoverflow.com/questions/31626388/is-multiple-interface-inheritance-not-supported-by-lazarus

Multiple Inheritance of interfaces are not allowed in the following way
(syntax) - for both Delphi and FPC:

type
  ISegment = interface(IRenderable, IMover)
  end;

I got a bit confused regarding the StackOverflow post, and what the
original author in this thread meant. Sorry for the noise.



Regards,
  - Graeme -




More information about the fpc-pascal mailing list