API:Web.HTTPProd.THTMLTableElementAttributes

Delphi
THTMLTableElementAttributes = class(THTMLTagAttributes)
C++
class PASCALIMPLEMENTATION THTMLTableElementAttributes : public THTMLTagAttributes
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Web.HTTPProd.pas Web.HTTPProd.hpp |
Web.HTTPProd | Web.HTTPProd |
Description
THTMLTagAttributes is the base class for all objects that represent the attributes of an HTML tag.
Web.HTTPProd.THTMLTableElementAttributes inherits from Web.HTTPProd.THTMLTagAttributes. All content below this line refers to Web.HTTPProd.THTMLTagAttributes.
THTMLTagAttributes is the base class for all objects that represent the attributes of an HTML tag.
Descendants of TCustomContentProducer use THTMLTagAttributes objects to encapsulate the options added to the HTML tags in the HTML commands that they produce. When the TCustomContentProducer object generates HTML commands, it looks up the tag attributes represented by the properties of its tag attributes objects, and generates the appropriate tag options.