RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPageProducer Class

TCustomPageProducer is the base class for objects that produce a string of HTML commands based on an input template.

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

HTTPProd

Use TCustomPageProducer as a base class when defining an object that converts an HTML template into a string of HTML commands which 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 page producer. 

 

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