RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRequestParams.ParamValues Property

Lists the values of the name/value pairs that can be accessed using this interface.

Pascal
property ParamValues [I: Integer]: string;
C++
__property AnsiString ParamValues[int I];

Read ParamValues to access the value of a name/value pair given its position. 

I is the index of the name/value pair, where 0 indicates the first pair, 1 indicates the second pair, and so on. The ParamCount property provides an upper bound for this index.

Tip: Use the ParamNames property to determine the name associated with a specified index.
Use ParamValues when iterating over all the name/value pairs in the request. To obtain the value for a specific name, use the ValueOfParam method instead. 

 

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