I've just uploaded on GitHub my runtime Object Inspector, or ObjectDebugger, for VCL applications.

This is a component I wrote a lot of time ago for a Delphi 3 book (but never published as open source before) that you drop on a form and lets you inspect forms and components properties at runtime, and edit quite a few of them (including string lists and some other complex properties). It offers also access to some private data. As you can see from the source, it is based on the old TypInfo unit, not the newer RTTI code.

The code is at https://github.com/marcocantu/ObjectDebugger

Feedback and contributions ar more than welcome. Below is a simple screen shot:

PS. Thanks to Alain for asking about the component, which prompted me to make the code available.