RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageProducer Class

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

Pascal
TPageProducer = class(TCustomPageProducer);
C++
class TPageProducer : public TCustomPageProducer;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!