About the author
Years ago, I wrote a few IOTADebuggerVisualizers. Looking at my code repository, this was in 2011. Back then, I've written a NSImage visualizer which allows one to visualize the cursor selected on the Mac OS X when debugging OS X applications through the IDE.
As it's been a while since I've debugged any IOTADebuggerVisualizers, I'm refreshing my skills by blogging this.
In order to debug an IOTADebuggerVisualizer, you'll need to run 2 copies of the Delphi/RAD Studio IDE.
Debugging IOTADebuggerVisualizer
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.
This article discusses the new Delphi 8 property access specifiers.
A method pointer is now the same as a global procedure, ie, procedure of object = procedure.