Data.Cloud.AmazonAPI.TAmazonCopyObjectOptionals.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 TAmazonCopyObjectOptionals

Description

Populates the given header list with the key/value pair of any field with an assigned value.

PopulateHeaders also calls into TAmazonActionConditional.PopulateHeaders for the specified Condition. Headers represents the headers list to populate.

See Also