RAD Studio VCL Reference
|
IProduceContent is the interface for generating the content of a Web page.
IProduceContent = interface;
__interface IProduceContent;
Content producers (such as TAdapaterPageProducer) implement the IProduceContent interface. This interface defines a single method, ProduceContent, which returns the content to assign to an HTTP response message in a WebSnap application.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|