API:Web.DBWeb
Classes
| TDataSetTableProducer | TDataSetTableProducer assembles a sequence of HTML commands to display the records from a dataset in a tabular format. |
| TDSTableProducer | TDSTableProducer is the base class for objects that produce a set of HTML commands to display the records from a dataset in a tabular format. |
| TDSTableProducerEditor | TDSTableProducer is the base class for the helper object used by TDSTableProducer objects to communicate with a property editor at design time. |
| THTMLTableColumn | THTMLTableColumn represents the display attributes and field binding of a column in the HTML representation of a dataset. |
| THTMLTableColumnClass | THTMLTableColumnClass defines the metaclass for THTMLTableColumn. |
| THTMLTableColumns | THTMLTableColumns is a collection of THTMLTableColumn objects that describe the display attributes and field bindings of the columns in an HTML representation of tabular data. |
| THTTPDataLink | THTTPDataLink helps TDSTableProducer manage its link to the data source. |
Routines
| HtmlTable | Generates the HTML image of a dataset, using the properties and events of a table producer object. |
Types
| TCreateContentEvent | TCreateContentEvent is the type of event handlers that indicate whether a table producer component generates the HTML to represent its dataset. |
| THTMLCaptionAlignment | THTMLCaptionAlignment indicates the position of the caption for an HTML table. |
| THTMLColumnState | THTMLColumnState indicates how an application generates the column descriptors for an HTML table. |
| THTMLDataSetEmpty | |
| THTMLFormatCellEvent | THTMLFormatCellEvent is the type of event handlers that customize the appearance of cells in an HTML table. |
| THTMLGetTableCaptionEvent | THTMLGetTableCaptionEvent is the type of event handlers that change the placement or value of an HTML table caption. |