EMS.ResourceAPI.TEndpointHeaders.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(const AName, AValue: string);

C++

void __fastcall SetValue(const System::UnicodeString AName, const System::UnicodeString AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointHeaders

Description

Adds a header with the specified name and value to the group of headers.

If a header with the same name already exists in the group of headers, SetValue replaces the old value with the specified value.

See Also