Data.Cloud.CloudAPI.TCloudResponseInfo.SetHeaders

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetHeaders(NewHeaders: TStrings);

C++

void __fastcall SetHeaders(System::Classes::TStrings* NewHeaders);

Description

Sets the list of headers to hold in this instance.

This call also frees the previous header list.

The NewHeaders parameter specifies the new header list to use.

See Also