RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomContentProducer Class

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

Pascal
TCustomContentProducer = class(TComponent, ISetAppDispatcher, IGetAppDispatcher, IProduceContent, IProduceContentFrom);
C++
class TCustomContentProducer : public TComponent, public ISetAppDispatcher, public IGetAppDispatcher, public IProduceContent, public IProduceContentFrom;

HTTPApp

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. 

 

TDSTableProducer 

TPageProducer 

TWebResponse 

Generating the Content of Response Messages 

The Web Module

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!