RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomInetXPageProducer Class

TCustomInetXPageProducer is the base class for page producers that display live database information in an InternetExpress application.

Pascal
TCustomInetXPageProducer = class(TBaseInetXPageProducer, IWebContent);
C++
class TCustomInetXPageProducer : public TBaseInetXPageProducer, public IWebContent;

MidProd

Use TCustomInetXPageProducer as a base class for components that create Web pages in an InternetExpress Web 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 creates its HTML document from a template. 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.  

Do not instantiate TCustomInetXPageProducer. To create a producer that generates HTML pages with javascript database functions and XML data packets, use a descendant class such as TInetXPageProducer

 

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