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

Delphi

procedure PopulateHeaders(Headers: TStrings);

C++

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

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