[Français]
Delphi XE3 has a very interesting new feature: the record helpers.
Despite his name which reference a specific data type (record), a record helper can be applyed to most standard data types as well, include the sets.
Using a record helper, we will be able to add properties and methods to sets.
In this artcile, I will show you how it works using a simple case: adding a property to a
↧