RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRequestParams.GetParamValue Method

Returns the value of the ParamValues property.

Pascal
function GetParamValue(I: Integer): string;
C++
__fastcall AnsiString GetParamValue(int I);

GetParamValue is the read implementation of the ParamValues property. 

I is the index of the value to retrieve. 

 

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