Data.Cloud.AzureAPI.TAzureService.PopulateDateHeader

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure PopulateDateHeader(Headers: TStrings; AddRegularDateHeader: Boolean = True);

C++

void __fastcall PopulateDateHeader(System::Classes::TStrings* Headers, bool AddRegularDateHeader = true);

Description

Populates the x-ms-date header in the given list.

The PopulateDateHeader method populates the x-ms-date (and optionally the Date) header in the given list.

The Headers parameter specifies the header list to which to add the date headers.

To optionally add the Date header along with the x-ms-date header, set the AddRegularDateHeader parameter to True.

See Also