RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetPageProducer Class

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

Pascal
TDataSetPageProducer = class(TCustomDataSetPageProducer);
C++
class TDataSetPageProducer : public TCustomDataSetPageProducer;

DSProd

Use TDataSetPageProducer to convert an HTML template that includes field data 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 dataset page producer in an OnHTMLTag event handler. 

Dataset page producers differ from other page producer components in that they replace HTML-transparent tags that match fields in a dataset with the current value of those fields. 

 

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