RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.WebModules Property

Lists all the Modules 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. 

 

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