RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterItemRequestParams.ParamValues Property

Lists the parameter values that are included in requests to the adapter action or field.

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

Use ParamValues to access the list of parameter values. Use the Names property of ParamValues to obtain the names of the parameters and the Values property to access the corresponding values. 

 

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