Data.Cloud.AmazonAPI.TAmazonGetObjectOptionals.PopulateHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PopulateHeaders(Headers: TStrings);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonGetObjectOptionals

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