RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInetXPageProducer Class

TInetXPageProducer assembles an HTML document that represents live database information from an application server.

Pascal
TInetXPageProducer = class(TCustomInetXPageProducer);
C++
class TInetXPageProducer : public TCustomInetXPageProducer;

MidProd

Use TInetXPageProducer to create Web pages for an InternetExpress application. These pages display database information from an application server and include data packets encoded in XML and javascript that lets Web browsers navigate that data, post changes, and apply updates back to the application server. 

The InetX page producer is assigned as the Producer property of a Web action item or called from an OnAction event handler. 

The InetX page producer creates its HTML document from a template. Unlike other page producers, the InetX page producer has a default template that coordinates several top-level declarations for the HTML document with content produced by other components. The other components that generate HTML content for the InetX page producer can be added at design time using the Web Page editor. 

 

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