RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplNotifyActivate Method

Called when the web module is activated.

Pascal
procedure ImplNotifyActivate; virtual;
C++
virtual __fastcall ImplNotifyActivate();

A web module is activated when an HTTP request is received. ImplNotifyActivate is a placeholder. Descendant classes override this method to initialize the adapter before an HTTP request processed. 

 

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