> On Feb 10, 2021, at 9:05 PM, Martin Frb via fpc-pascal > <fpc-pascal@lists.freepascal.org> wrote: > > Maybe Something like (aliasing / no need to copy implementation) > TDesignerList = trait(TEmployeList) > function FindDesigerByUnallocateWorkTime: TEmploye; aliases > FindByUnallocateWorkTime; // no body /just a name replacement > // and the others > end;
I see. I used "override from" in the wiki. From my experience I don't think the compiler team will allow this since it adds news syntax and complexity so I suggest we focus on manual boilerplate functions for now. I will of course defer to them on these matters. Regards, Ryan Joseph _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal