RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebAppDataModuleFactory Class

TWebAppDataModule is the factory object for WebSnap application data modules.

Pascal
TWebAppDataModuleFactory = class(TBaseWebModuleFactory);
C++
class TWebAppDataModuleFactory : public TBaseWebModuleFactory;

WebFact

All WebSnap modules are registered with the WebSnap application using a factory object. The factory is responsible for creating the module and also contains flags that specify how the module should be managed by the WebSnap application. TWebAppDataModuleFactory contains creation flags. Creation flags determine whether the module should be cached for future requests or destroyed after each request and created for each new request.  

TWebAppDataModuleFactory identifies the module as an application module. The application module contains the components responsible for dispatching the HTTP request. WebSnap applications register a single application module class. 

 

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