RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.ImplNotifyDeactivate Method

Provides the underlying implementation for the NotifyDeactivate method.

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

The NotifyDeactivate method calls ImplNotifyDeactivate to respond when the Web module that contains this adapter is deactivated.  

ImplNotifyDeactivate clears any properties whose values should not affect the processing of the next request message. Typically, these properties have values that are set in response to parameters in the request message. By clearing them when the Web module is deactivated, the adapter ensures that the current settings do not contaminate the handling of the next request message if it does not include a parameter value for a specific property. 

 

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