Web.HTTPProd.THTMLTableAttributes.Create
Delphi
constructor Create(Producer: TCustomContentProducer);
C++
__fastcall THTMLTableAttributes(Web::Httpapp::TCustomContentProducer* Producer);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Web.HTTPProd.pas Web.HTTPProd.hpp |
Web.HTTPProd | THTMLTableAttributes |
Description
Creates an instance of THTMLTableAttributes.
Call Create to create and initialize a THTMLTableAttributes object. The Producer parameter specifies the HTML producer that is using the THTMLTableAttributes object to specify the attributes of an HTML table that makes up part of its output.
After calling the inherited constructor, Create initializes
Width to a value of 100.
Border to a value of -1.
CellPadding to a value of -1.
CellSpacing to a value of -1.