RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTagAttributes Class

THTMLTagAttributes is the base class for all objects that represent the attributes of an HTML tag.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!