Tag Archives: INTAEditServicesNotifier

Notify me of everything… – Part 1

By | November 7, 2016

Overview I was going to blog about Unit Testing non-public members of classes using inheritance, class helpers and test interfaces but the more I refactored my piece of legacy code into smaller classes and interfaces the less valid my methods seemed to become. I may still write something about this but for now here's something… Read More »

Chapter 8: Editor Notifiers

By | August 19, 2011

This time around I’m going to look at editor notifiers so that you can get notifications of when editors have changed and a few other useful things. The implementation below I’m going to show will only work in Delphi 2005 and above. I will write some thing at the end on how you can work… Read More »