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

THTMLTableRowAttributes represents the display attributes of the row tag in an HTML table.

Use THTMLTableRowAttributes to describe the desired appearance of a row of an HTML table. The properties of the THTMLTableRowAttributes object correspond to the options that can be added to the HTML row tag (TR). When the attributes of all the parts of the HTML table have been specified, the content producer creates the HTML commands to specify the table as described.

See Also