Home
PRODUCTS
.Net for Delphi
.Net Runtime Library for Delphi
.Net DLL/WSDL Importer for Delphi
.Net Core for Delphi
dotNetCore4Delphi Importer
.Net API for All Programming Languages
.Net Native Interface Library
.Net UI for Delphi
.Net VCL for Delphi
.Net Component Suite for Delphi
.Net Control Suite for Delphi
ADO.Net Data Components for Delphi
ADO.Net DAC for Delphi
SqlClient DAC for Delphi
OracleClient DAC for Delphi
SQLite DAC for Delphi
ODBC DAC for Delphi
OLEDB DAC for Delphi
VistaDB DAC for Delphi
MySQL DAC for Delphi
MS Access DAC for Delphi
PostgreSQL DAC for Delphi
.Net Runtime Library for Java
dotNet4Java
dotNet4Java Importer
Tools & Services
Migration Service (C# -> Delphi)
CrystalNet Database Tool
STORE
SUPPORT
Support Resources
Product Documentation
Articles
Developer Code Samples
Additional Resources
Ordering FAQ
Submit Support Issue
Submit Feature Request
ABOUT US
Learn More About CrystalNet Technologies
Company Information
Blog
Clients
Testimonials
News & Events
Contact Us
Affiliates
Resellers
My Cart
Sign In
How to host .Net DataGridView Controls in Delphi
This demo shows how to host DataGridView control, load data from a dataset
and display the data in the datagridview.
Download
Downloaded
53
times
Requires
.Net Runtime Library for Delphi
Tags
DataGridView
,
Host
,
Controls
,
.Net
,
TClrContainer
Updated
10/05/2018
License
Apache License, Version 2.0
Developer
Bismark
Description
This demo shows how to host the .Net control called
DataGridView
and also demonstrates how to load data from a
DataSet
and display the data in the
DataGridView
control.
A .Net control can be hosted in a Delphi VCL form application using the
TClrContainer
which is a
special container for hosting .Net controls as well as
WPF
custom controls in Delphi. This container
is part of the .Net Runtime Library for Delphi.
Back