RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLoginFormAdapter.ImplNotifyDeactivate Method

Provides the underlying implementation for the NotifyDeactivate method.

Pascal
procedure ImplNotifyDeactivate; override;
C++
virtual __fastcall ImplNotifyDeactivate();

ImplNotifyDeactivate provides the underlying implementation of the NotifyDeactivate method that is introduced in TCustomAdapter. This method is called when the WebSnap application deactivates the Web module that contains the adapter after processing an HTTP request message. 

In TCustomLoginFormAdapter, ImplNotifyDeactivate clears the NextPage property so that the next time a request message arrives from the login form, it can be redirected to an appropriate next page. 

 

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