RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebContent Interface

IWebContent is an interface that allows components page producers and Web items to access the HTML generated by other components.

Pascal
IWebContent = interface;
C++
__interface IWebContent;

WebComp

TInetXPageProducer, TAdapterPageProducer, and TComponentsPageProducer create HTML documents that include content generated by other components, called Web items. Similarly, the Web items that generate content can make use of other Web items when producing their content. 

For a component to act as a Web item, it must support the IWebContent interface. This interface defines one new method, Content, which returns the HTML generated by the Web item.

Note: The only other required interface for Web items is IWebComponent.
 

 

TAdapterPageProducer 

TInetXPageProducer 

TBasePageItemsProducer 

TWebComponentList 

IWebComponent 

Customizing the InternetExpress Page Producer Template

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!