RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterDispatchParams.Params Property

Indicates the parameter values to use when executing the action or looking up the image.

Pascal
property Params: TStrings;
C++
__property TStrings Params;

Read Params to determine the parameters that the adapter action can use to perform its task. Each string in this string list has the form Name=Value, where Name is the name of a parameter and Value is its value. 

The interpretation of the parameter values is up to the adapter specified by the Handler object or to the adapter action object that handles the request. 

 

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