Cobus Kruger
My last post underwhelmed everyone a little and I understand why. After all, using events or anonymous methods for this kind of thing is standard fare and it doesn’t even do the job that I… … Read more
15 years ago in Delphi, enumerators, rtti, the-beatles0
Cobus Kruger
Delphi 2006 introduced enumerators – a way to iterate any kind of collection with the for-in loop. And the VCL is chock-full of enumerators: TStrings has one, so do TComponent, TWinControl, TList, TObjectList and the… … Read more
15 years ago in anonymous methods, Delphi, enumerators, events, the-beatles0