<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Cool :-).</DIV>
<DIV>BTW: When you implement it, please consider making it available for 
attributes!</DIV>
<DIV>The Delphi version really sucks in this :-( .</DIV>
<DIV>I have not been able to do things like:</DIV>
<DIV> </DIV>
<DIV>[TComponentDialog( </DIV>
<DIV>    procedure( AInstance : TComponent)</DIV>
<DIV>    begin</DIV>
<DIV>       TMyComponnt( AInstance 
).ShowDialog();</DIV>
<DIV>    end</DIV>
<DIV>]</DIV>
<DIV>TMyComponnt = class( TComponent )</DIV>
<DIV>public</DIV>
<DIV>  procedure ShowDialog();</DIV>
<DIV>end;</DIV>
<DIV> </DIV>
<DIV>This could have eliminated a full source file, and replaced it with 3 lines 
:-( . I really hate the half baked attribute and anonymous methods in Delphi :-( 
.</DIV>
<DIV> </DIV>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">With best 
regards,<BR>Boian 
Mitov<BR><BR>-------------------------------------------------------<BR>Mitov 
Software<BR>www.mitov.com<BR>-------------------------------------------------------<BR></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV><FONT size=3 face=Calibri></FONT> </DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=pascaldragon@googlemail.com 
href="mailto:pascaldragon@googlemail.com">Sven Barth</A> </DIV>
<DIV><B>Sent:</B> Monday, March 04, 2013 2:19 PM</DIV>
<DIV><B>To:</B> <A title=fpc-devel@lists.freepascal.org 
href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</A> 
</DIV>
<DIV><B>Subject:</B> Re: [fpc-devel] Delphi anonymous methods</DIV></DIV></DIV>
<DIV> </DIV></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<P>We'll implement features of Delphi anyway for compatibility. So why not use 
the implementation of it, provide some nice Pascal-style syntax for it and allow 
FPC users to usr the feature in non-Delphi modes as well. 
:)</P></DIV></DIV></DIV></BODY></HTML>