RAD Studio VCL Reference
|
TPageProducer produces a string of HTML commands based on an input template.
TPageProducer = class(TCustomPageProducer);
class TPageProducer : public TCustomPageProducer;
HTTPProd
Use TPageProducer to convert an HTML template into a string of HTML commands that can be interpreted by a client application such as a Web browser. In Web Broker applications, HTML templates include HTML commands and HTML-transparent tags that are replaced with customized content by the OnHTMLTag event. WebSnap application page templates often include server-side scripting (such as JScript or JavaScript) to dynamically generate content.
The Web Module
Using Page Producer Components
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|