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 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 demo example takes the URI of a resource, retrieves it, and displays the response using .Net WebClient.
|
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 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 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 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.
|
This demo shows how to host DataGridView control, load data from a dataset and display the data in the datagridview.
|
This demo shows how you can use .Net Collection types such as StringCollection, Stack, Queue, Hashtable, SortedList etc in Delphi.
|
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).
|
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!
73
Downloads
|
Updated
06/04/2018
|
Tags
Console
|