RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataModule.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. 

 

OnDeactivate 

CreateMode

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!