RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.ExtractRequestParams Method

Reads name/value pairs from the current HTTP request.

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

ExtractRequestParams reads the name/value pairs from the current request that were added to the HTML form from which that request originated using the EncodeActionParams method. ExtractRequestParams stores the parameters that represent information for locating to the current record to the LocateParamsList property and uses the parameters that describe the current page to set the CurrentPage property. 

ARequest is an interface to the current request object. ExtractRequestParams uses this interface to extract the parameter information. 

ExtractRequestParams calls the ExtractRequestParamsFlags method to read the parameter values and respond to them. 

 

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