Developer code samples

Download code samples and demo applications for windows and other products which uses the .Net Runtime Library for Delphi.



Search Value

Host

Host WPF Composite Control in Delphi VCL Forms

This demo demonstrates how to host WPF Composite Control packaged into a .Net library in Delphi using the .Net Runtime Library for Delphi TClrContainer component.

180 Downloads | Updated 10/05/2018 | Tags , , , , ,

How to send an e-mail message asynchronously using .Net SmtpClient in Delphi

The demo how to send an e-mail message asynchronously with the .Net SmtpClient in Delphi using the .Net Runtime Library for Delphi.

76 Downloads | Updated 10/05/2018 | Tags , , , ,

How to host .Net DataGridView Controls in Delphi

This demo shows how to host DataGridView control, load data from a dataset and display the data in the datagridview.

70 Downloads | Updated 09/05/2018 | Tags , , , ,

How to obtain Type and Member Information from an Assembly

The CNClrLib.Host and CNClrLib.Core units contain many methods for obtaining information from an assembly. This section demonstrates one of these methods.

73 Downloads | Updated 07/04/2018 | Tags , , ,

How to load .Net Assemblies from Delphi

There are several ways to load an assembly into an application domain using the .Net Runtime Library for Delphi. The recommended way is to use the static Load method of the TClrAssembly class (Declared in CNClrLib.Host unit).

246 Downloads | Updated 07/04/2018 | Tags , , , , ,