Web.HTTPProd.THTMLTagAttributes.Producer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Producer: TCustomContentProducer read FProducer;

C++

__property Web::Httpapp::TCustomContentProducer* Producer = {read=FProducer};

Properties

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

Description

Indicates the content producer that uses the THTMLTagAttributes object to represent the options for one of the HTML tags in the content it produces.

Use Producer to gain access to the HTML producer object that is using the THTMLTagAttributes object. The THTMLTagAttributes object can use the Producer property in an OnChange event handler to notify the TCustomContentProducer object of changes to the attributes it represents.

See Also