RAD Studio VCL Reference
|
TCustomContentProducer is the base class for all objects that produce the string that is sent as the contents of an HTTP response message.
TCustomContentProducer = class(TComponent, ISetAppDispatcher, IGetAppDispatcher, IProduceContent, IProduceContentFrom);
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.
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!
|