Description of Managed extensions for VCL :
Managed extensions for VCLais the best components suite to work with .Net framework from Delphi and C++ Builder. <BR><BR>Managed VCL can: <BR> Create .Net objects withoutaregistering them withaCOM.a <BR> Create and use .Net objects that are not COM visible.a <BR> Create .Net objects using parametrized constructors.a <BR> Call properties/methods/fields of .Net object including static properties/methods/fields. <BR> Handle .Net exceptions and get all .Net exception properties including exception type name, StackTrace etc. <BR> Get information about loaded instance of .Netaframework such as memory usage and size of heap by generation.a <BR><BR>Managed VCL can not:<BR> Query .Net interface if it is not COM visible. <BR> Work with .Net events.a <BR> Work with .Net controls.a <BR> Managed VCL will not turn your Delphi or C++ Builder into .Net language and it some otherafeatures may not be available. <BR><BR>Managed VCL includes special components for:<BR> ADO.Net - supports almost all ADO.Net features. Components to work with all standard .Net providers (those that are available in .Net framework) are included. <BR> JScript.Net - lets youaexecute JScript.Net scripts from Delphi/C++ Builder application.