About the author
Over time, I've been building a ToolsAPI library that exposes functionality to making writing RAD Studio plug-ins even easier, since my first plug-in, the Productivity Experts, which I developed over 15 years ago (for those of you unaware: a few months before I joined Borland, the pre-cursor to Embarcadero).
The ToolsAPI library, which I call the PluginCommonRTL, is heavily used by a group of plug-ins I've developed.
These plug-ins are:
In this image, you can see the following:
Android Log Viewer: Notice that the log viewer automatically docks into the IDE (when the IDE is in docked layout). The source for a similar demo is on my Github repo.
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!