RAD Studio VCL Reference
|
TCustomWebAppDataModule is the base class from which to derive new WebSnap application data modules.
TCustomWebAppDataModule = class(TCustomWebDataModule, IGetWebAppServices, IInterface);
class TCustomWebAppDataModule : public TCustomWebDataModule, public IGetWebAppServices, public IInterface;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|