RAD Studio VCL Reference
|
IWebContent is an interface that allows components page producers and Web items to access the HTML generated by other components.
IWebContent = interface;
__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.
Customizing the InternetExpress Page Producer Template
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|