[fpc-devel] copyright infringement in FPC code

Marc Weustink marc at dommelstein.net
Tue Nov 13 23:18:28 CET 2007


ik wrote:
> On Nov 13, 2007 10:51 PM, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:

[..]

>> Good news is that that's where the similarity ends (well in the units I checked). Importantly, the
>> method bodies seem to be implemented differently, except for the very elementary methods.
> 
> What are the elementary methods ?

methods like:

TSomeObject.DoSomeNotify;
begin
   if Assigned(FOnSomeNotify)
   then FOnSomeNotify(Self);
end;

You cannot write this another way.

Marc




More information about the fpc-devel mailing list