API:Web.Stencils.TWebStencilsProcessor

From RAD Studio API Documentation

TWebStencilsProcessorWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TWebStencilsProcessor = class(TCustomContentProducer, IWebStencilsComponent)

C++

class PASCALIMPLEMENTATION TWebStencilsProcessor : public Web::Httpapp::TCustomContentProducer

Properties

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

Description

TCustomContentProducer is the base class for all objects that produce the string that is sent as the contents of an HTTP response message. Web.Stencils.TWebStencilsProcessor inherits from Web.HTTPApp.TCustomContentProducer. All content below this line refers to Web.HTTPApp.TCustomContentProducer.

TCustomContentProducer is the base class for all objects that produce the string that is sent as the contents of an HTTP response message.

Use TCustomContentProducer as a base class when defining a class to produce the contents of an HTTP response message. In most cases, the content producer will assemble a string of HTML commands. However, descendants of TCustomContentProducer can be defined to produce any valid MIME type.

See Also