RAD Studio VCL Reference
|
Activates a Web module for the application and returns it.
function ActivateWebModules: TWebModuleList;
__fastcall TWebModuleList ActivateWebModules();
ActivateWebModules is called internally when the application receives an HTTP request message. If the InactiveCount property is greater than zero, a cached Web module is reactivated. Otherwise, a new instance of the Web module is created.
Before ActivateWebModules is called, the CreateForm method must be called to register the data module.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|