HTML Constructor Set is set of non-visual Delphi components simplifying work with HTML pages/files. The set has two basic purposes: Parsing and creating of HTML pages and Generating reports from databases
Parsing and creating of HTML pages
If you always was dreaming about making a program like Teleport Pro, your own Internet Explorer, a grabber of e-mail addresses or anything like that, you probably are familiar with problems of parsing HTML pages/files. The THTMLConstructor from our set can be helping you to solve this problem. It makes parsing of whole HTML page as tree view, gives you access to any tag at page and allows to change tages or whole page at run-time. As well you can construct your own HTML page by using of THTMLConstructor by creating all tags which you want.
Generating reports from databases
The most significant problem during development of front-end applications is a developing of a interface for interacting with user. As well significant part of it is a developing and showing of the reports from your application to user. Of course you can use any of existing reports builders for your application such as QuickReport, DuckReport, ReportSmith, TDataSetPageProducer, TPageProducer etc. But...