RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppDataModule Class

TCustomWebAppDataModule is the base class from which to derive new WebSnap application data modules.

Pascal
TCustomWebAppDataModule = class(TCustomWebDataModule, IGetWebAppServices, IInterface);
C++
class TCustomWebAppDataModule : public TCustomWebDataModule, public IGetWebAppServices, public IInterface;

WebModu

Use TCustomWebAppDataModule as a base class for defining data modules that function as the main Web module in a WebSnap application. As the application module, TCustomWebAppDataModule 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.  

If you want an application module that also has an associated HTML page, then derive from TCustomWebAppPageModule instead. 

 

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