DBWeb
Contents |
C++ Information
Class
| 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. |
| TDataSetTableProducer |
TDataSetTableProducer assembles a sequence of HTML commands to display the records from a dataset in a tabular format. |
| THTMLTableColumn |
THTMLTableColumn represents the display attributes and field binding of a column in the HTML representation of a dataset. |
| 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. |
Enum
| 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. |
Function
| HtmlTable |
Generates the HTML image of a dataset, using the properties and events of a table producer object. |
Typedef
| TCreateContentEvent |
TCreateContentEvent is the type of event handlers that indicate whether a table producer component generates the HTML to represent its dataset. |
| 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. |
| THTMLTableColumnClass |
THTMLTableColumnClass defines the metaclass for THTMLTableColumn. |