EMS.ResourceAPI.TEndpointHeaders.DoSetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetValue(const AName, AValue: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
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, DoSetValue replaces the old value with the specified value.

SetValue calls DoSetValue.

See Also