Starting with Delphi 2005 the IDE provides an API for plugins to add an entry to its about dialog. It's pretty simple to use and many plugins and components use it nowadays. But there is one thing that in my opinion most of them get wrong. My first attempt looked like this: [delphi] if Supports(BorlandIDEServices, … Continue reading Adding an entry to the Delphi IDE’s about dialog