Internet Controls

From RAD Studio
Jump to: navigation, search

Go Up to VCL Components Categories Index

This topic lists all controls from the Delphi Internet tool-palette.

Control Description

TWebDispatcher

Web.HTTPApp.TWebDispatcher

TWebDispatcher passes HTTP request messages on to the appropriate action items that assemble a response.

TPageProducer

Web.HTTPProd.TPageProducer

TPageProducer produces a string of HTML commands based on an input template.

TDataSetTableProducer

Web.DBWeb.TDataSetTableProducer

TDataSetTableProducer assembles a sequence of HTML commands to display the records from a dataset in a tabular format.

TDataSetPageProducer

Web.DSProd.TDataSetPageProducer

TDataSetPageProducer produces a string of HTML commands based on an input template.

TQueryTableProducer

Bde.DBBdeWeb.TQueryTableProducer

TQueryTableProducer assembles a sequence of HTML commands to display the result set of a query in a tabular format.

TSQLQueryTableProducer

Web.DBXpressWeb.TSQLQueryTableProducer

TSQLQueryTableProducer assembles a sequence of HTML commands to display the result set of a query in a tabular format.

TXMLDocument

Xml.XMLDoc.TXMLDocument

TXMLDocument represents an XML document.

TWebBrowser

SHDocVw.TWebBrowser

TWebBrowser provides access to the Web browser functionality of Microsoft's Shell Doc Object and Control Library.



See Also