Vcl2Xml is an interesting tool that could be very useful for programmers who usually work in Delphi. It creates a DLL that lets you convert Delphi classes, in other words VCL files, directly to XML.
This way, with Vcl2Xml you can have in XML format all the VCL classes you have. Thus they will be much more legible and above all exportable in XML format to other programs.
Vcl2Xml is totally freeware, but if you want it also to show you the source code that explains how this DLL is done, then you need to go to the author`s website.