Show: Delphi
C++
Display Preferences
AdaptReq.IAdapterRequestParams Methods
From XE2 API Documentation
| AddRef | public | |
| AssignTo | public | Fills a string list to contain the name/value pairs from the HTTP request message. |
| GetParamCount | public | Returns the value of the ParamCount property. |
| GetParamName | public | Returns the value of the ParamNames property. |
| GetParamValue | public | Returns the value of the ParamValues property. |
| IndexOfParam | public | Returns the index of a specified name/value pair given its name. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |
| ValueOfParam | public | Returns the value associated with a specified name. |