in Delphi TIPS :: Delphi's set type is one of the features of the language commonly not found in other programming languages. Sets represent a collection of values of the same ordinal type.
If you need to iterate through the elements of a set (enums, range), you can use the *new* for .. in Delphi loop...
If you need to iterate through the elements of a set (enums, range), you can use the *new* for .. in Delphi loop...
Read the full article to learn how to Iterating Over a Set type Variable in Delphi - Using For .. In Set (Enums, Range) Values.
Related:

6