RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebPageModule.PageProducer Property

Indicates the interface of the page producer that generates the content of the Web page.

Pascal
property PageProducer: IProduceContent;
C++
__property IProduceContent PageProducer;

PageProducer is the interface that supplies the content of the Web page this module creates. It is the interface of a page producer component that is included in the Web page module. If PageProducer is nil (Delphi) or NULL (C++), the Web page module can't produce a Web page. 

 

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