RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableCellAttributes Class

THTMLTableCellAttributes represents the display attributes of an HTML table cell tag.

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

HTTPProd

Use THTMLTableCellAttributes to describe the desired appearance of a cell in an HTML table. The properties of the THTMLTableCellAttributes object correspond to the options that can be added to the HTML table data tag (TD). When the attributes of all the parts of the HTML table have been specified, an HTML producer object 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!