RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableHeaderAttributes Class

THTMLTableHeaderAttributes represents the display attributes of the header tag in an HTML table.

Pascal
THTMLTableHeaderAttributes = class(THTMLTableElementAttributes);
C++
class THTMLTableHeaderAttributes : public THTMLTableElementAttributes;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!