RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ExtractRequestParams Method

Reads name/value pairs from the HTTP request.

Pascal
procedure ExtractRequestParams(ARequest: IUnknown); virtual;
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. For example, TDefaultFieldsPagedAdapter extracts the current page number from the request. ExtractRequestParams and EncodeActionParams work together. ExtractRequestParams reads name/value pairs that are written by EncodeActionParams

 

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