RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppPageModule Class

TCustomWebAppPageModule is the base class for WebSnap application data modules that can produce Web pages.

Pascal
TCustomWebAppPageModule = class(TCustomWebPageModule, IGetWebAppServices, IInterface);
C++
class TCustomWebAppPageModule : public TCustomWebPageModule, public IGetWebAppServices, public IInterface;

WebModu

Use TCustomWebAppPageModule as a base class for defining data modules that function as the main Web module in a WebSnap application and that have an associated Web page. As the application module, TCustomWebAppPageModule provides access to the IWebAppServices interface that allows the WebSnap application to create a Web context for incoming requests and to forward requests to a dispatcher for handling. As a Web page module, TCustomWebAppPageModule generates an associated Web page. This Web page is returned by default when incoming request messages do not specify what Web page they want. 

 

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