Datasnap.DSHTTPClient.TDSHTTP.IRequestHeaderList.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Values[const Name: string]: string read GetValue write SetValue;

C++

__property System::UnicodeString Values[const System::UnicodeString Name] = {read=GetValue, write=SetValue};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IRequestHeaderList

Description

Represents the values of the headers in an HTTP request message.

See Also