Developer code samples

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



Search Value

Connection

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 use .Net Reflection to Open and Close SqlConnection in Delphi

This demo shows how to use .Net reflection in Delphi to load System.Data assembly, load and create instance of SqlConnection type, set the connectionString property of the SqlConnection and invoke the open and close method of the SqlConnection instance.


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

How to Check Network Connection Status in Delphi

The demo shows how to check whether a computer has a working network connection.

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