RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiModuleWebAppServices.WebModules Property

Lists the Web modules available in the WebSnap application.

Pascal
property WebModules: TAbstractWebModuleList;
C++
__property TAbstractWebModuleList WebModules;

Use WebModules to access one of the Web modules that make up the WebSnap application. WebModules lists all of the currently instantiated Web modules. It also provides access to the factory objects for all Web modules in the application, including those that are not yet instantiated. 

When the application first receives a Web request message, the Web request handler initializes WebModules to include all Web modules that have the crAlways flag set in their factory's CreateMode property. 

 

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