RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.IsAppModule Property

Indicates whether the corresponding Web module is the main Web application module.

Pascal
property IsAppModule: Boolean;
C++
__property Boolean IsAppModule;

WebSnap applications read IsAppModule to determine whether a Web module factory creates the single application module. WebSnap applications include one and only one application module, which holds the components responsible for dispatching HTTP requests. The Web application module is an instance of TWebAppPageModule or TWebAppDataModule. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!