Show: Delphi
C++
Display Preferences
AdaptReq.IAdapterRequestParams.GetParamValue
From XE2 API Documentation
Delphi
function GetParamValue(I: Integer): string;
C++
virtual System::UnicodeString __fastcall GetParamValue(int I) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IAdapterRequestParams |
Description
Returns the value of the ParamValues property.
GetParamValue is the read implementation of the ParamValues property.
I is the index of the value to retrieve.