Web.HTTPProd.THTMLTableCellAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPProd.THTMLTableElementAttributesWeb.HTTPProd.THTMLTagAttributesSystem.Classes.TPersistentSystem.TObjectTHTMLTableCellAttributes

Delphi

THTMLTableCellAttributes = class(THTMLTableElementAttributes);

C++

class PASCALIMPLEMENTATION THTMLTableCellAttributes : public THTMLTableElementAttributes

Properties

Type Visibility Source Unit Parent
class public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd Web.HTTPProd

Description

THTMLTableCellAttributes represents the display attributes of an HTML table cell tag.

Use THTMLTableCellAttributes to describe the desired appearance of a cell in an HTML table. The properties of the THTMLTableCellAttributes object correspond to the options that can be added to the HTML table data tag (TD). 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