Show: Delphi
C++
Display Preferences
Data.Cloud.AmazonAPI.TAmazonBasicService.BuildQueryParameters
From XE2 API Documentation
Delphi
function BuildQueryParameters(Action: String): TStringList;
C++
System::Classes::TStringList* __fastcall BuildQueryParameters(System::UnicodeString Action);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonBasicService |
Description
Creates the list of query parameters to use for the given action.
BuildQueryParameters returns the action query parameter, as well as the other parameters common to all requests.
The Action parameter represents the action currently being performed. The action itself should be something like "ListQueues".