Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Beware using anonymous methods in loops (https://www.delphipraxis.net/156151-beware-using-anonymous-methods-loops.html)

DP News-Robot 22. Nov 2010 03:31

Beware using anonymous methods in loops
 
Quick, what’s the output of this simple routine? procedure AnonLoop; var i: integer; proc: TProc; ProcList: TList; begin ProcList := TList.Create; for i := 1 to 5 do ProcList.Add( ...http://feeds.feedburner.com/~r/delph...~4/maqvtnkiRv8

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:57 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz