The THTMLDataSource component is a non-visual component that helps in generating HTML tables from Delphi data sources. It hides most of the complexities of HTML from the user, while providing some error checking as well.
The files for this component are described below.
HTMLDATA.PAS The code for the THTMLDataSource component.
HTMLDATA.DCU The compiled unit for the component.
HTMLDATA.DCR The picture that appears on the component palette.
HTMLDATA.ICO The icon for the demo.
HTMLDATA.HLP Help for the new component.
HTMLDATA.KWF Help keywords for the new component.
HTMLDDEM.DPR The project for the demo program.
HTMLDDEM.OPT Options for demo project.
HTMLDDEM.RES Resources for demo project.
HTMLDDE1.PAS Demo form unit.
HTMLDDE1.DFM Demo form resources.
WEBSITE.* A sample database table used in the demo.
README.TXT Read This file.
File List:
HTMLDATA.DCR
417b
HTMLDATA.DCU
11Kb
HTMLDATA.HLP
66Kb
HTMLDATA.ICO
1Kb
HTMLDATA.KWF
8Kb
HTMLDATA.PAS
11Kb
HTMLDDE1.DFM
6Kb
HTMLDDE1.PAS
10Kb
HTMLDDEM.DPR
341b
HTMLDDEM.OPT
279b
HTMLDDEM.RES
1Kb
HTMLWRTR.DCR
413b
HTMLWRTR.DCU
122Kb
HTMLWRTR.PAS
96Kb
README.TXT
2Kb
WEBSITES.DB
4Kb
WEBSITES.PX
4Kb
Similar code
Add Record to ADO Database Remotly
(Popularity: ) : The purpose of this client / server application is to show the user how to add to a record of ... php4Delphi
(Popularity: ) : PHP4Delphi 5.0 is a first Visual Development Framework for creating custom PHP Extensions using Delphi. PHP4Delphi also allows executing the ... HTML Table Generator
(Popularity: ) : This program generates the HTML code for tables after you set the options for your table, like the number of ... ICQ Pager Using TClientSocket
(Popularity: ) : This code will send an ICQ page to a specified UIN. Might be good to make a little flooder out ... idISAPIRunner
(Popularity: ) : idISAPIRunner component allows to run ISAPI modules using Indy TidHTTPServer. Internet Direct (Indy) library is required. An internet browser that stops most popups
(Popularity: ) : This code is an internet browser which stops most of those annoying popups. The code is a bit buggy and ... CGI Expert
(Popularity: ) : The CGI Expert components are developped to simplify the writing of Win-CGI applications with Delphi 2.0. The ThtmlViewer component provides ...