Show: Delphi
C++
Display Preferences
AdaptReq.IAdapterRequestParams.ParamCount
From XE2 API Documentation
Delphi
property ParamCount: Integer read GetParamCount;
C++
__property int ParamCount = {read=GetParamCount};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IAdapterRequestParams |
Description
Indicates the number of name/value pairs that can be accessed using this interface.
Read ParamCount to determine how many name/value pairs you can extract from the current HTTP request. ParamCount provides an upper bound to the index on the ParamNames and ParamValues property arrays.