Data.Cloud.AzureAPI.TBlobActionConditional.PopulateHeaders

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure PopulateHeaders(Headers: TStrings);

C++

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

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