[fpc-pascal] Inherit interface from 2 interfaces

Flávio Etrusco flavio.etrusco at gmail.com
Thu Apr 7 19:56:53 CEST 2011


On Wed, Apr 6, 2011 at 1:37 PM, Zaher Dirkey <parmaja at gmail.com> wrote:
> Can i do that?
> type
>   IIntf3 = interface(IIntf11, IIntf2)
> ....
>   end;
>
> Thanks in advance.
> --
> Zaher Dirkey
>

For Corba interfaces, yes. Not for COM interfaces.
http://www.freepascal.org/docs-html/ref/refse39.html

-Flávio



More information about the fpc-pascal mailing list