Zaher Dirkey kirjoitti keskiviikko, 6. huhtikuuta 2011 19:37:04:
> Can i do that?
> type
>   IIntf3 = interface(IIntf11, IIntf2)
> ....
>   end;

No but you can do:
  type
  MyClass = class(IIntf11, IIntf2)
....
  end;


Juha
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to