Data.Cloud.AmazonAPI.TAmazonGetObjectOptionals.PopulateHeaders

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonGetObjectOptionals

Delphi

procedure PopulateHeaders(Headers: TStrings);

C++

void __fastcall PopulateHeaders(System::Classes::TStrings* Headers);

Description

Populates the given list of headers, if their corresponding fields have an assigned value.

Use PopulateHeaders to populate the given list of headers, if their corresponding fields have an assigned value. This method also calls into TAmazonActionConditional.PopulateHeaders for the specified Condition.

The Headers parameter represents the list of headers to populate.

See Also