This demo demonstrates how to generate a report that was created in rdl format, from a Delphi application without using SSRS server.
20
Downloads
|
Updated
24/02/2019
|
Tags
SSRS, Report
|
The demo shows how to sign a file by using the HMACMD5 object and then how to verify the file.
|
Demonstrates how to encrypt and decrypt any file type in Delphi using the .Net Runtime Library for Delphi.
|
The demo how to send an e-mail message asynchronously with the .Net SmtpClient in Delphi using the .Net Runtime Library for 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.
|
The demo shows how to open and read Fixed-width log file (test.log).
19
Downloads
|
Updated
10/05/2018
|
Tags
Text Files
|
The demo shows how to read from a Comma-Delimited Text File.
|
This demo demonstrates how you can add, remove and insert data in .Net generic List in Delphi using the .Net Runtime Library for Delphi
|
This demo shows how you can convert between types with TypeDescriptor interface in Delphi using the .Net Runtime Library for Delphi
|
Using the .Net Runtime Library for Delphi, you can create and initialize .Net array of any type in Delphi and display the content of the array.
|
In order to interact with .Net Objects's methods, properties, Fields and events, you need to create an instance of the object. There are several ways to Create an Instance of a .Net Object in Delphi using the .Net Runtime Library for Delphi.
|
The CNClrLib.Host and CNClrLib.Core units contain many methods for obtaining information from an assembly. This section demonstrates one of these methods.
|
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).
|