2
votes
Enumerables in Delphi
Yet Another Programming Blog
– It is not a surprise that most programming languages in our time have the built-in support for enumerators/iterators. This is a mandatory feature since enumerators and enumerable collections simplify the development of applications and make the code cleaner. Languages such as C#, Java or Delphi have built-in syntax constructs that allow simplified and clean ways of enumerating over a collection by the means of “foreach” or special “for” loops. In Delphi, enumerators have been added to the language for some time now in form of a special “for” loop (you can ...
Statistics
|
Visits by Source |
User Actions |



