WebComp.IWebContent
Contents |
Delphi Information
From WebComp.pas
IWebContent = interface(IInterface) [1B3E1CD1-DF59-11D2-AA45-00A024C11562]
Unit: WebComp
Type: interface
Class Methods: WebComp.IWebContent Methods
C++ Information
From WebComp.hpp
IWebContent = class(IInterface)
Unit: WebComp
Type: class
Inherited Class Members: WebComp.IWebContent Members
Class Methods: WebComp.IWebContent Methods
Description
IWebContent is an interface that allows components page producers and Web items to access the HTML generated by other components.
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.