Developer code samples

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



Search Value

Application

How to Run SSRS Reports Locally

This demo demonstrates how to generate a report that was created in rdl format, from a Delphi application without using SSRS server.

40 Downloads | Updated 24/02/2019 | Tags ,

How to create a WebRequest instance and return the response.

The following demo shows how to create a WebRequest instance and return the response.

100 Downloads | Updated 20/08/2018 | Tags , , , , ,

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 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 read, add and update application settings in Delphi

The demo shows how to read, add and update application settings in Delphi

29 Downloads | Updated 09/05/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 , , , , ,