RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.ImplNotifyDeactivate Method

Clears the current page variable.

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

The current page is reset to zero when the module is deactivated. This ensures that the current page set during the processing of an HTTP request will not affect another HTTP request. To keep track of the current page for a particular end-user, the current page is typically passed between end-user requests using action parameters. 

 

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