RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseInetXPageProducer Class

TBaseInetXPageProducer is an base class for InternetExpress page producer classes.

Pascal
TBaseInetXPageProducer = class(TBasePageItemsProducer, IWebComponentEditor, IScriptProducer, ISetWebContentOptions);
C++
class TBaseInetXPageProducer : public TBasePageItemsProducer, public IWebComponentEditor, public IScriptProducer, public ISetWebContentOptions;

MidProd

Do not create instances of TBaseInetXPageProducer. Instead, use one of its descendant classes, such as TInetXPageProducer.  

TBaseInetXPageProducer introduces the logic for working with an XML broker to obtain database information and for translating the special HTML-transparent tags that are used in InternetExpress applications. Unlike its immediate descendant (TCustomInetXPageProducer) however, TBaseInetXPageProducer does not initialize the HTMLDoc property to the default template for an InternetExpress application, although it dynamically generates the InternetExpress-specific tags. 

You can use TBaseInetXPageProducer as a base class when writing a page producer that does not use the default template, but which translates InternetExpress tags into HTML and javascript. 

 

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