RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasePageItemsProducer Class

TBasePageItemsProducer produces a string of HTML commands based on an input template.

Pascal
TBasePageItemsProducer = class(TComponentsPageProducer, IGetWebComponentList, ITopLevelWebComponent);
C++
class TBasePageItemsProducer : public TComponentsPageProducer, public IGetWebComponentList, public ITopLevelWebComponent;

PagItems

Use TBasePageItemsProducer to convert an HTML template that includes content generated by other components into a string of HTML commands that can be interpreted by a client application such as a Web browser. HTML templates include HTML commands and HTML-transparent tags that are replaced with customized content by the components page producer in an OnHTMLTag event handler. 

TBasePageItemsProducer differs from other page producer components in that it replaces special HTML-transparent tags of the format

<#COMPONENT Name=WebContentComponent>

with the HTML produced by the components named WebContentComponent. In addition, TBasePageItemsProducer stores a default value for WebContentComponent as the value of its WebPageItems property. 

 

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