RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableRowAttributes Class

THTMLTableRowAttributes represents the display attributes of the row tag in an HTML table.

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

HTTPProd

Use THTMLTableRowAttributes to describe the desired appearance of a row of an HTML table. The properties of the THTMLTableRowAttributes object correspond to the options that can be added to the HTML row tag (TR). When the attributes of all the parts of the HTML table have been specified, the content producer creates the HTML commands to specify the table as described. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!