.Net Runtime Library for Delphi v6.0.1.0 Released
Posted By
CrystalNet
on
December 11th, 2017
The CrystalNet Technologies LTD company is pleased to release a new version of the .NET Runtime Library for Delphi v6.0.1.0 which is update of the previous version which includes:- Introduced a new class for handling event source notification in the host unit.
- Introduced a new wrapper class for static fields, methods and properties of System.Type in the host unit.
- Changed any reference of TClrActivator in the host unit to TDispatchActivator Class.
- Added extra methods to TDispatchActivator Class.
- .Net Assembly/WSDL Import Tools: Fixed Object reference not set to an instance of an object error when generating Delphi Codes.
- .Net Assembly/WSDL Import Tools: Fixed E2003 Undeclared identifier: 'IList' error in the generated Delphi Units. IList is changed to _IList.