RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterDispatcher.GetAdapterItemRequestParams Method

Retrieves an interface for reading and writing the parameters of a request to an adapter action or image field.

Pascal
procedure GetAdapterItemRequestParams(AHandler: IUnknown; AOptions: TAdapterItemRequestParamOptions; AParams: IAdapterItemRequestParams);
C++
__fastcall GetAdapterItemRequestParams(IUnknown AHandler, TAdapterItemRequestParamOptions AOptions, IAdapterItemRequestParams AParams);

Call GetAdapterItemRequestParams to retrieve the adapter action and image field parameters.  

AHandler is the interface of the adapter whose action or field requires the parameters. 

AOptions is a set of flags that indicate what types of parameters should be included. 

AParams is an interface for reading and writing parameter values. GetAdapterItemRequestParams uses this interface to write the parameter values. 

 

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