Tag Archives: IOTAWizard

Creating Open Tools API plug-ins with RAD Studio (Video)

By | April 28, 2017

Please find below the first of hopefully numerous videos on the Open Tools API. This is my first attempt at doing this (its harder than you think or at least header than I expected) so any feedback (via G+) would be grateful (apologies on the audio, I will try using a different headset next time).… Read More »

I had an itch the OTA couldn’t scratch…

By | March 9, 2017

Overview So there I am, on the train and wondering why the dock areas at the side of RAD Studio can be hidden and auto pop out if you move the mouse over them or use a keyboard shortcut but the bottom dock area doesn’t. Why was I wondering this… well my day job consumes… Read More »

The Open Tools API using C++ Builder

By | December 5, 2016

Overview A week or so ago Alex Bassi was asking on the CPP Slack channel how to do Open Tools API stuff in C++ Builder. I had started looking into this a while ago but found a few hicups along the way and put it all on the back burner until I had more time.… Read More »

C++ OTA Template Code

By | December 3, 2016

This is just a quick post to let you know there is now C++ Open Tools API example code available from the below page. C++ OTA Template I’ll be blogging on how it all works shortly but I’ll be out cycling tomorrow 🙂

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 »

Compiling and Installing my experts and wizards…

By | April 24, 2016

Overview The idea behind this post is to cover how to compile and install my IDE add-ins if you have not followed my articles from the beginning and you just want to use them without necessarily understanding how they work. They were all built and provided here for the edification of others and thus I… Read More »

IDE Explorer Update

By | April 17, 2016

I’ve just released an updated version of the very old IDE Explorer. This new version (RAD Studio 2010 to XE10) uses the new RTTI unit which was introduced in RAD Studio 2010 and provide access to Fields, Methods, Properties and Events for all scopes of information. This is something I’ve wanted to do for many… Read More »

The Delphi Open Tools API Book

By | March 21, 2016

Its here 🙂 The Delphi Open Tools API Book