Data.Cloud.CloudAPI.TCloudResponseInfo.SetHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeaders(NewHeaders: TStrings);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudResponseInfo

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