Web.HTTPProd.THTMLTableElementAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPProd.THTMLTagAttributesSystem.Classes.TPersistentSystem.TObjectTHTMLTableElementAttributes

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

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

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.

See Also