Tag Archives: Delphi

Object Pascal to C++ Coding Reference

By | June 17, 2016

Because I’ve started to develop more applications using C++ Builder (mainly internal utilities) recently I’ve created a reference page (Object Pascal to C++ Builder Coding) to document all the information I’ve found regarding how to achieve some particular aspect of coding which I might take for granted in Delphi but which I either didn’t know… Read More »

Coding in Delphi…

By | June 15, 2016

I’ve just finished today reading Nick Hodges book Coding in Delphi and I have to say its a very thought provoking and cracking read. I don’t profess to know all about Delphi and after a few years away from coding was on the look out for some reading material to catch up on things. This… 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 »

The Delphi Open Tools API Book

By | March 21, 2016

Its here 🙂 The Delphi Open Tools API Book

Chapter 16: Getting help when there’s no help

By | March 21, 2016

I don’t know whether its an issue with my Delphi XE7 (I’ll find out when Seattle 10 arrives) but it doesn’t seem to have any Win32/64 help in the system anymore. I’m assuming that this is related to the space in the help required by the new FireMonkey and cross platform support. Since most of… Read More »