Data.Cloud.AzureAPI.TBlobActionConditional.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.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TBlobActionConditional

Description

Populates the specified list of headers with the key-value pair of any field with an assigned value.

The keys used are the header names, as required for Azure requests.


See Also