RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableElementAttributes Class

THTMLTableElementAttributes is the common base class for objects that describe the display attributes of parts of an HTML table.

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

Use the properties of THTMLTableElementAttributes to describe the desired appearance of a piece of an HTML table. The properties of THTMLTableElementAttributes correspond to the common options that can be added to the tags for the parts of the HTML table. 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!