Download Managed extensions for VCL by Viatcheslav V. Vassiliev
Managed extensions for VCL is the best components suite for .Net interop for Delphi and C++ Builder.
Managed VCL can:
* Create .Net objects from assemblies not registered for COM, using assembly name or location, and loading .Net assemblies from streams;
* Create and use .Net objects that are not COM visible;
* Create .Net objects using parametrized constructors;
* Call properties/methods/fields of .Net object including static properties/methods/fields;
* Handle .Net exceptions and get all .Net exception properties including exception type name, StackTrace etc.;
* Get information about loaded instance of .Net framework such as memory usage and size of heap by generation;
* Load needed .Net runtime and even select which version of runtime to use on startup;
* Place .Net controls on VCL Win32 form;
* Use ADO.Net datasource...