Web.HTTPProd.THTMLTagAttributes
Delphi
THTMLTagAttributes = class(TPersistent)
C++
class PASCALIMPLEMENTATION THTMLTagAttributes : public System::Classes::TPersistent
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.
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.