Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.Values

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IHeaderList


Beschreibung

Repräsentiert die Werte der HTTP-Header-Felder.

Siehe auch