Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Represents the values of the HTTP header fields.

See Also