Data.Cloud.AmazonAPI.TAmazonBasicService.BuildQueryParameters

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonBasicService

Delphi

function BuildQueryParameters(const Action: string): TStringList;

C++

System::Classes::TStringList* __fastcall BuildQueryParameters(const System::UnicodeString Action);

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".

See Also