This demo demonstrates how to generate a report that was created in rdl format, from a Delphi application without using SSRS server.
37
Downloads
|
Updated
24/02/2019
|
Tags
SSRS, Report
|
The demo illustrates the use of a regular expression to check whether a string either represents a currency value or has the correct format to represent a currency value.
|
The demo uses a regular expression to check for repeated occurrences of words in a string using .Net class "Regex" in Delphi.
|
The following demo shows how to create a WebRequest instance and return the response.
|
The following demo computes the MD5 hash value of a string and returns the hash as a 32-character, hexadecimal-formatted string.
|
The demo example takes the URI of a resource, retrieves it, and displays the response using .Net WebClient.
|
The demo shows how to use the ECDsaCng class to sign a message and how to use the signature to verify that the message has not been altered.
|
The demo shows how to sign a file by using the HMACMD5 object and then how to verify the file.
|
How to create your own web browser(starter) with the .Net Web Browser Control in Delphi using the .Net Runtime Library for Delphi
|
Demonstrates how to encrypt and decrypt any file type in Delphi using the .Net Runtime Library for Delphi.
|
This demo demonstates how to use .Net GZipStream to compress and decompress string in Delphi.
|
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.
|
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.
|
This demo shows how to use the .Net CreateEncryptor method to encrypt and decrypt a message 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 upload a file to the network and also show the progress of the upload operation in Delphi using the .Net Runtime Library for Delphi.
|
This demo shows how to use Computer.Ports interface to send strings to the computer's serial ports in Delphi using the .Net Runtime Library for Delphi.
|
This demo shows how to use Computer.Ports interface to receive strings from the computer's serial ports in Delphi using .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).
21
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.
42
Downloads
|
Updated
10/05/2018
|
Tags
File, Network,
|
This demo shows how to raise .Net events and handle these events from Delphi using the .Net Runtime Library for Delphi.
|
This demo shows how to raise .Net events and handle these events from Delphi using the .Net Runtime Library for Delphi.
|
This demo shows how to use the Computer interface object to display the computer information such as the name of the computer, the local time, the GMT time, the total physical memory, the OS Fullname, OS Version etc on which the code runs.
|
This demo demonstrates how you can add, remove and insert data in .Net generic List in Delphi using the .Net Runtime Library for Delphi
|
The demo shows how to use .Net Generic Dictionary in Delphi to add data, remove data and enumerate though the data stored in the generic dictionary.
|
The demo shows how to show synchronous consumption of events in Delphi using the .Net Runtime Library for Delphi
|
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.
35
Downloads
|
Updated
09/05/2018
|
Tags
FTP, Server
|
This demo shows you how to use the .Net DataTable to store data in Delphi using the .Net Runtime Library for Delphi.
46
Downloads
|
Updated
09/05/2018
|
Tags
DataTable
|
This demo shows how to host DataGridView control, load data from a dataset and display the data in the datagridview.
|
The demo shows how to create a WebRequest instance and return the response
|
The demo shows how to read, add and update application settings in Delphi
|
This demo shows how you can use .Net Collection types such as StringCollection, Stack, Queue, Hashtable, SortedList etc in Delphi.
|
The demo shows how to check whether a computer has a working network connection.
|
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 ArrayList in Delphi and display the content of the arraylist.
|
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).
|
The following segment of codes create a Delphi version of the traditional "Hello World!" program using the .Net Runtime Library for Delphi. The program displays the string Hello World!
71
Downloads
|
Updated
06/04/2018
|
Tags
Console
|