Web.HTTPProd.THTMLTableHeaderAttributes
Delphi
THTMLTableHeaderAttributes = class(THTMLTableElementAttributes)
C++
class PASCALIMPLEMENTATION THTMLTableHeaderAttributes : public THTMLTableElementAttributes
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Web.HTTPProd.pas Web.HTTPProd.hpp |
Web.HTTPProd | Web.HTTPProd |
Description
THTMLTableHeaderAttributes represents the display attributes of the header tag in an HTML table.
Use THTMLTableHeaderAttributes to describe the desired appearance of a header cell in an HTML table. The properties of the THTMLTableHeaderAttributes object correspond to the options that can be added to the HTML header tag (TH). When the attributes of all the parts of the HTML table have been specified, the HTML content producer creates the HTML commands to specify the table as described.