Web.HTTPProd.THTMLTagAttributes.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Producer: TCustomContentProducer);

C++

__fastcall THTMLTagAttributes(Web::Httpapp::TCustomContentProducer* Producer);

Properties

Type Visibility Source Unit Parent
constructor public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd THTMLTagAttributes

Description

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.

See Also