RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebModuleList.Create Constructor

Creates and initializes a TWebModuleList object.

Pascal
constructor Create(const AFactories: TWebModuleFactoryList);
C++
__fastcall TWebModuleList(const TWebModuleFactoryList AFactories);

There is no need to call the TWebModuleList constructor. Web module lists are created automatically for each incoming HTTP request. 

AFactories is the list of Web module factories in the WebSnap application. TWebModuleList uses this list to implement the Factory property. 

 

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