delphiclasshelper

What are good uses for class helpers?


Delphi (and probably a lot of other languages) has class helpers. These provide a way to add extra methods to an existing class. Without making a subclass.

So, what are good uses for class helpers?


Solution

  • I'm using them: