ik wrote:
On Nov 13, 2007 10:51 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> 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

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

Reply via email to