RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.CreateRequestContext Method

Creates an object that describes the adapter action parameters and adapter field values.

Pascal
procedure CreateRequestContext(DispatchParams: IAdapterDispatchParams);
C++
__fastcall CreateRequestContext(IAdapterDispatchParams DispatchParams);

The adapter dispatcher calls this function before calling HandleRequest. The result of this function is stored in the WebContext variable. During the course of executing this action, the object returned by CreateRequestContext will be used to access the action parameters and field values that were passed in the HTTP request to execute this action. 

 

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