Thema
:
Beware using anonymous methods in loops
Einzelnen Beitrag anzeigen
DP News-Robot
Registriert seit: 4. Jun 2010
15.774 Beiträge
#
1
Beware using anonymous methods in loops
22. Nov 2010, 03:31
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( ...
More...
Zitat
DP News-Robot
Öffentliches Profil ansehen
Mehr Beiträge von DP News-Robot finden