API: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 THTMLTagAttributes.
Web.HTTPProd.THTMLTableAttributes.Create inherits from Web.HTTPProd.THTMLTagAttributes.Create. All content below this line refers to Web.HTTPProd.THTMLTagAttributes.Create.
Creates an instance of THTMLTagAttributes.
Call Create to create and initialize an instance of THTMLTagAttributes at runtime. After calling the inherited constructor, Create sets the Producer property to the value of the Producer parameter.