RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.ExtractRequestParams Method

Reads name/value pairs from the HTTP request.

Pascal
procedure ExtractRequestParams(ARequest: IUnknown); override;
C++
virtual __fastcall ExtractRequestParams(IUnknown ARequest);

ExtractRequestParams is called by a child adapter action before executing the action. This gives the adapter an opportunity to extract values from the HTTP request that are important to the behavior of the adapter. ExtractRequestParams extracts the current page number from the request. 

 

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