RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebAppDataModule.OnActivate Event

Occurs when the Web module is activated.

Pascal
property OnActivate: TNotifyEvent;
C++
__property TNotifyEvent OnActivate;

Write an OnActivate event handler to perform any initializations when the Web module is first activated. The Web application module is the first module activated, and it is activated for every HTTP request. Other Web modules are activated based on the CreateMode of their corresponding factory objects, and whether they are needed to process the current request message. 

 

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