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
SSRS, Report
|
The following demo shows how to create a WebRequest instance and return the response.
|
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.
|
This demo demonstrates how to use the .Net FileWebRequest class to access a file system resource 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.
|
The demo shows how to upload a file to the network and also show the progress of the upload operation in Delphi using the .Net Runtime Library for Delphi.
|
The demo demonstrates how to parse a text file named testfile.txt with multiple formats in Delphi using .Net Runtime Library for Delphi.
|
The demo shows how to open and read Fixed-width log file (test.log).
23
Downloads
|
Updated
10/05/2018
|
Tags
Text Files
|
The demo shows how to read from a Comma-Delimited Text File.
|
The demo shows how a file can be downloaded from the network with or without supplying a user name and password using the .Net Runtime Library for Delphi.
44
Downloads
|
Updated
10/05/2018
|
Tags
File, Network,
|
This demo shows how to get attributes of a file and directory in Delphi using the GetAttr function in the .Net Runtime Library for Delphi.
|
The demo demonstrates deleting a file from an FTP server in Delphi.
37
Downloads
|
Updated
09/05/2018
|
Tags
FTP, Server
|
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.
|
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).
|