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;
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|