[fpc-devel] Interface: Method resolution clauses

Marco van de Voort marcov at stack.nl
Mon Apr 30 17:13:33 CEST 2012


In our previous episode, Marcos Douglas said:
> Can I, using FPC trunk, do this sintaxe?
> 
> type
>   TMemoryManager = class(TInterfacedObject, IMalloc, IErrorInfo)
>      function IMalloc.Alloc = Allocate;
>      procedure IMalloc.Free = Deallocate;
>     ...
> end;

No. See bug #21064.

p.s. In a case like this searching for "interface" in mantis and clicking a few
reports there, will work faster :-)



More information about the fpc-devel mailing list