RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.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 closes the dataset that is the value of the DataSet property, and sets the protected DataSetPrepared property to false. This ensures that the next time the WebSnap application activates the Web module (in response to a new HTTP request), the dataset values list must re-initialize and reopen its dataset, refreshing the name/value pairs in the list. 

 

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