The CGI Expert components are developped to simplify the writing of Win-CGI applications with Delphi 2.0. The ThtmlViewer component provides an easy way to display HyperText Markup Language (HTML) documents in a Borland Delphi program. Version 4.03 of the viewer supports most of the HTML 2.0 specs and several of the more popular HTML 3 enhancements5
The CGI Expert components are developped to simplify the writing of Win-CGI applications with Delphi 2.0. Using the components, the following unique features will be obtained:
1) As all overhead needed in a CGI-application is handled by the CGI Expert, all you have to do is to build your HTML-document that is to be sent to the server.
2) You can easily debug your CGI-applications.
3) You can turn an ordinary HTML-document, written with your favourite HTML-editor, into a dynamic page. This is done by just adding special "entry tags" to where you want the dynamic code in the document and then filter the document through a TCGIFile component. The component then retrives an event every time the tag appears in the document, giving you a chance to add your dynamic code.
File List:
CGIDBUTL.DCR
476b
CGIDBUTL.DCU
14Kb
CGIENG.DCR
476b
CGIENG.DCU
20Kb
CGIUTL.DCR
2Kb
CGIUTL.DCU
12Kb
CGIXPERT.HLP
61Kb
CGIXPERT.KWF
8Kb
EXAMPLE/
0b
EXAMPLE/DBQUERY.DPR
193b
EXAMPLE/DBQUERY.~DP
193b
EXAMPLE/DBUPDATE.DPR
196b
EXAMPLE/FDBQUERY.DFM
1Kb
EXAMPLE/FDBQUERY.PAS
2Kb
EXAMPLE/FDBQUERY.~DF
1Kb
EXAMPLE/FDBUPDAT.DFM
1Kb
EXAMPLE/FDBUPDAT.PAS
4Kb
EXAMPLE/FDBUPDAT.~DF
1Kb
EXAMPLE/FMEMO.DFM
1Kb
EXAMPLE/FMEMO.PAS
1Kb
EXAMPLE/FMEMO.~DF
1Kb
EXAMPLE/FMINI.DFM
294b
EXAMPLE/FMINI.PAS
1Kb
EXAMPLE/FMINI.~DF
189b
EXAMPLE/MEMO.DPR
184b
EXAMPLE/MINI.DPR
184b
EXAMPLE/SHARES.DB
6Kb
EXAMPLE/SHARES.PX
4Kb
README.TXT
3Kb
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 ... THTMLDataSource Component
(Popularity: ) : The THTMLDataSource component is a non-visual component that helps in generating HTML tables from Delphi data sources. It hides most ...