RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatcher.OnGetAdapterRequestParams Event

Occurs when the adapter dispatcher needs to obtain the parameters for executing an action or retrieving an image.

Pascal
property OnGetAdapterRequestParams: TGetAdapterRequestParamsEvent;
C++
__property TGetAdapterRequestParamsEvent OnGetAdapterRequestParams;

Write an OnGetAdapterRequestParams event handler to modify the list of parameters for an action or image request before they are used. The OnGetAdapterRequestParams event handler can modify the current parameters or add its own parameters to the list. This event occurs both when the dispatcher formats parameters that are added to HTML forms and when it is dispatching a request message that contains an action or image request. 

 

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