RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableAttributes Class

THTMLTableAttributes represents the display attributes of an HTML table tag.

Pascal
THTMLTableAttributes = class(THTMLTagAttributes);
C++
class THTMLTableAttributes : public THTMLTagAttributes;

HTTPProd

Use THTMLTableAttributes to describe the desired appearance of an HTML table. The properties of the THTMLTableAttributes object correspond to the options that can be added to the HTML table tag. 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!