API:Web.HTTPProd.THTMLTableRowAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPProd.THTMLTableElementAttributesWeb.HTTPProd.THTMLTagAttributesSystem.Classes.TPersistentSystem.TObjectTHTMLTableRowAttributes

Delphi

THTMLTableRowAttributes = class(THTMLTableElementAttributes);

C++

class PASCALIMPLEMENTATION THTMLTableRowAttributes : public THTMLTableElementAttributes

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.

Web.HTTPProd.THTMLTableRowAttributes inherits from Web.HTTPProd.THTMLTableElementAttributes. All content below this line refers to Web.HTTPProd.THTMLTableElementAttributes.

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