RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProduceContent Interface

IProduceContent is the interface for generating the content of a Web page.

Pascal
IProduceContent = interface;
C++
__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.

Note: In C++, method declarations that use IProduceContent use the _di_IProduceContent type instead. This type is a DelphiInterface wrapper around the IProduceContent interface:
Note: typedef System::DelphiInterface< IProduceContent > _di_IProduceContent;
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!